I have just started using ember and trying to return a property as a JSON object in the code below which is not working
addressField :function(){
return JSON.parse(this.get('addressField'));
}.property('addressField'),
How can I return the addressField as a JSON object ? .
Aucun commentaire:
Enregistrer un commentaire