You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am tried to move from controller toward using the new angular 1.5 component model and then I tried to put the new element in the template of a route-segment declaration (template: '</newcomponent') with a bunch of resolve that used to work when I was using Controller. Of course I removed the controller, controllerAs and templateUIr statement. But it complains in the component controller that the elements were not injected properly.
The text was updated successfully, but these errors were encountered:
kicklacacan
changed the title
Resolve not working with angular 1.5 component
Resolve/inject not working with angular 1.5 component
Jan 11, 2017
I am tried to move from controller toward using the new angular 1.5 component model and then I tried to put the new element in the template of a route-segment declaration (template: '</newcomponent') with a bunch of resolve that used to work when I was using Controller. Of course I removed the controller, controllerAs and templateUIr statement. But it complains in the component controller that the elements were not injected properly.
The text was updated successfully, but these errors were encountered: