Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-app/angular-app
/ notifications.js
File
notifications.js
client/src/common/services/notifications.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
angular.module(
'services.notifications'
, []).factory(
'notifications'
, [
'$rootScope'
,
function
($rootScope) {
2
3
var
notifications = {
4
'STICKY'
: [],
Callers
nothing calls this directly
Calls
1
addNotification
Function · 0.85
Tested by
no test coverage detected