mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-25 18:25:15 +02:00
- Adding notifications.
This commit is contained in:
8
res/app/settings/notifications/index.js
Normal file
8
res/app/settings/notifications/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = angular.module('settings-notifications', [
|
||||
require('stf/settings').name
|
||||
])
|
||||
.run(["$templateCache", function($templateCache) {
|
||||
$templateCache.put('settings/notifications/notifications.jade', require('./notifications.jade'))
|
||||
}])
|
||||
.factory('NotificationsService', require('./notifications-service'))
|
||||
.controller('NotificationsCtrl', require('./notifications-controller'))
|
||||
Reference in New Issue
Block a user