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
When Angular 1.5 comes out it will include the module component helper with support for special properties that get added to the directive factory function, mainly $routeConfig and $canActivate. Add support for component properties that begin with a $ to get set on the directive factory function and not the directive definition object.
The text was updated successfully, but these errors were encountered:
When Angular 1.5 comes out it will include the module component helper with support for special properties that get added to the directive factory function, mainly $routeConfig and $canActivate. Add support for component properties that begin with a $ to get set on the directive factory function and not the directive definition object.
The text was updated successfully, but these errors were encountered: