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
Prefer factory to service. If you desire a singleton, wrap the singleton
class in a factory function and return a new instance of that class from the
factory.
Prefer the translate directive to the translate filter for performance
reasons.
Don't use the jQuery or $ global. Access jQuery via angular.element.