My ember version is 1.13 and I would like to ask if the line of code below is applicable to the version of my ember app above?
1.13
console.log(this.get('arrayOfObjects').filterBy('zoneName', ['zoneNameOne', 'zoneNameTwo'])); ?
console.log(this.get('arrayOfObjects').filterBy('zoneName', ['zoneNameOne', 'zoneNameTwo']));
Aucun commentaire:
Enregistrer un commentaire