mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-15 12:34:17 +00:00
7 lines
166 B
JavaScript
7 lines
166 B
JavaScript
angular.module('dssWebApp')
|
|
.factory('NotificationModel', function (DS) {
|
|
return DS.defineResource({
|
|
name: 'notification'
|
|
});
|
|
});
|