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
If I use the markup above I will have outerControl available in the scope of appbarController, but the inner directive will have it's own scope and innerControl will not be available in the appbarController scope. Seems like there is an issue with nested controllers and scope when using the win-control directive.
The text was updated successfully, but these errors were encountered:
I have an issue when using the win-control directive in a nested angular-winjs directive:
If I use the markup above I will have outerControl available in the scope of appbarController, but the inner directive will have it's own scope and innerControl will not be available in the appbarController scope. Seems like there is an issue with nested controllers and scope when using the win-control directive.
The text was updated successfully, but these errors were encountered: