I'm doing an AngularJS application and I end up with this problem:
I have some text that it has to be dynamic... the text will be reacheable in the following variable:
"scope.text.text_id"
The problem is to set this id variable with angular's {{}}
I can't use as an array instead of an object because i have tons of empty ids so it would be most of it useless
Any ideas?
Thank in advice to anyone