emberjs-essentials icon indicating copy to clipboard operation
emberjs-essentials copied to clipboard

Ember.js Essentials Code Repository

Results 3 emberjs-essentials issues
Sort by recently updated
recently updated
newest added

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...

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..