ember.js - Generated Application Controller #needs does not include itself -



ember.js - Generated Application Controller #needs does not include itself -

i'm migrating web app ember tools ember-cli , having issues. far i've been able handle of errors, not one. have auth controller. on several pages include needs:["auth"], error i'm seeing when restarting server quite odd.

referenceerror: (generated application controller)#needs not include `auth`. access auth controller (generated application controller), (generated application controller) should have `needs` property array of controllers has access to.

i'm not sure error means necessarily, i'm able debug compiled script in firebug, it's not working when seek adding needs:whatever auth controller itself.

thanks in advance.

ember.js handlebars.js ember-cli controllers

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -