-Refactored socket state to use growl.

This commit is contained in:
Gunther Brunner
2014-03-25 18:51:50 +09:00
parent 9765a5759e
commit dd38b478de
10 changed files with 95 additions and 70 deletions

View File

@@ -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)
}])