mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
-Refactored socket state to use growl.
This commit is contained in:
@@ -6,4 +6,6 @@ require('angular-growl-v2/build/angular-growl.js')
|
||||
module.exports = angular.module('stf/common-ui/notifications', [
|
||||
'ngAnimate',
|
||||
'angular-growl'
|
||||
])
|
||||
]).config(['growlProvider', function (growlProvider) {
|
||||
growlProvider.globalEnableHtml(true)
|
||||
}])
|
||||
|
||||
Reference in New Issue
Block a user