I have a json object like this :
I store it in variable called data. If I use it in angular expression like this :
{{data.2014-07-01}}
the result is error. (It should be print "Potensial
")
How to access this type of expression in a proper way ?
I have a json object like this :
I store it in variable called data. If I use it in angular expression like this :
{{data.2014-07-01}}
the result is error. (It should be print "Potensial
")
How to access this type of expression in a proper way ?