ember.js - Error message logged when appending view for global loading state -
I am trying to see a default loading. After the information given here:
< Code> loadingview = amber View. Extension ({templateName: 'global-loading', element id: 'global-loading'}); ApplicationRoute = Ember.Route.extend ({Actions: {loading: function () {var view = this.container.lookup ('view: loading'). Append (); this.router.one ('didTransition', view, 'Destroyed');}}});
The renderer appears to appear but I get an error message in the console.
Uncustom Type Error: Property can not get property of 'nickel'
It seems that it has to be done specifically with the collind. " Append () "Any ideas what is wrong?
Marking it as an answer.
It seems that this error was that Chrome Amber Inspector was running when triggered I did not see the error message again after I disabled the extension. I think it was trying to get _debugContainerKey on something that was probably not him.
Comments
Post a Comment