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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Currently filter is not dependency injectable, which may be a desirable feature.
Also need to update docs for the following page if filter is made injectable in the future: http://docs.angularjs.org/#!/api/angular.scope.$service
The text was updated successfully, but these errors were encountered:
Yeah, this came up with Di yesterday. We should probably change the filter syntax so that the filter is a factory function just like services too. Otherwise the filter would need to be injected repeatedly for each invocation.
Currently filter is not dependency injectable, which may be a desirable feature.
Also need to update docs for the following page if filter is made injectable in the future:
http://docs.angularjs.org/#!/api/angular.scope.$service
The text was updated successfully, but these errors were encountered: