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
This provider has name 'Notification' same name of Web API Notification implements on all browsers.
You can use angularjs safe dependency injection to avoid this problem, but i believe this is bad practice that can generate conflicts.
In my project i override for 'angularNotification' and use safe dependency injection to tackle this problem
The text was updated successfully, but these errors were encountered:
This provider has name 'Notification' same name of Web API Notification implements on all browsers.
You can use angularjs safe dependency injection to avoid this problem, but i believe this is bad practice that can generate conflicts.
In my project i override for 'angularNotification' and use safe dependency injection to tackle this problem
The text was updated successfully, but these errors were encountered: