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
The component has "user" binding, and I can access in the component's controller using "this.user".
The problem is that I'm trying to use the same behaviour with 1.0 but it is not working. (I'm using "template" option because "component" didn't work.)
What am I missing?
Thx.
The text was updated successfully, but these errors were encountered:
Edit: Does not work with named ui-views? http://jsfiddle.net/789Ks/96/
Hi,
I'm using version 0.3.1 of angular-ui-router
I have a userProfile component and this works fine:
The component has "user" binding, and I can access in the component's controller using "this.user".
The problem is that I'm trying to use the same behaviour with 1.0 but it is not working. (I'm using "template" option because "component" didn't work.)
What am I missing?
Thx.
The text was updated successfully, but these errors were encountered: