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

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -