First of all thank you for writing this excellent book. I am an experienced developer but new to web development and Java Script. This book is just what I was looking for It was like having a mentor.
I got all of the examples working up until chapter 24. When I load the New Sightings page I am getting the following error from x-select
ember.debug.js:26513 TypeError: _this.get(…) is not a function
at x-option.js:71
at invokeWithOnError (ember.debug.js:9037)
at Queue.flush (ember.debug.js:8923)
at DeferredActionQueues.flush (ember.debug.js:9086)
at Backburner.end (ember.debug.js:9165)
at Backburner.run (ember.debug.js:9244)
at Backburner.join (ember.debug.js:9257)
at Function.run$1.join (ember.debug.js:26895)
at Class.hash.success (rest.js:622)
at fire (jquery.js:3317)
I am using emberx-select@3.1.0
I am using ember-cli@2.14.0
I am using ember-data@2.14.5
Anyone else seeing this problem?