mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
parent
a6aed5416f
commit
8b13a1c945
25 changed files with 188 additions and 130 deletions
|
@ -2,7 +2,10 @@ module.exports = angular.module('settings-notifications', [
|
|||
require('stf/settings').name
|
||||
])
|
||||
.run(["$templateCache", function($templateCache) {
|
||||
$templateCache.put('settings/notifications/notifications.jade', require('./notifications.jade'))
|
||||
$templateCache.put(
|
||||
'settings/notifications/notifications.jade'
|
||||
, require('./notifications.jade')
|
||||
)
|
||||
}])
|
||||
.factory('NotificationsService', require('./notifications-service'))
|
||||
.controller('NotificationsCtrl', require('./notifications-controller'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue