emberjs-essentials
emberjs-essentials copied to clipboard
Ember.js Essentials Code Repository
Hello. Ember.ObjectController is now deprecated so how I can implement this features now? ``` import Ember from "ember"; export default Ember.ObjectController.extend({ formattedPrice: function(){ returnthis.get('symbol') + " " + $.number(this.get('price'),2); }.property('symbol','price'),...
Running examples from https://github.com/suchitpuri/emberjs-essentials/ . I'm receiving errors : ``` :~/ember-projects/emberjs-essentials/chapter-5/example1$ ember server version: 0.1.4 invalid watchman found, version: [4.3.0] did not satisfy [^3.0.0], falling back to NodeWatcher [deprecated] broccoli-esnext...
Added new books are not shown in the list all view after creating new book and switching to list all
I am able to create new book, which is displayed but when we go to list all the books..only 2 are shown not all..