All Questions
1 question
0
votes
1
answer
177
views
Angularjs perform translation on a template loaded dynamically with JSON data
I am building an app which needs translation
My app structure is something similar to this
someDirective.js -----> load someDirective template
someDirective template - <p>{{data.name}}</p>
...