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
How about having a dependency as well in e.g. a different arrow color?
Probably code of https://github.com/olov/ng-annotate
could be reused to support recognition of full injected modules.
The text was updated successfully, but these errors were encountered:
Having:
angular.module('app', ['bootstrap.ui', 'nganimate'])
and a submodule using this dependency
angular.module('app.submodule.subsub', []).directive(function($animate){
$animate.start(...)..
})
How about having a dependency as well in e.g. a different arrow color?
Probably code of https://github.com/olov/ng-annotate
could be reused to support recognition of full injected modules.
The text was updated successfully, but these errors were encountered: