jeudi 18 juin 2015

How to convert a property to JSON : Ember.js

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