Updated almost all bower dependencies.

This commit is contained in:
Gunther Brunner
2014-05-13 18:35:14 +09:00
parent 4d0c884eee
commit 8e5755137e
5 changed files with 24 additions and 16 deletions

View File

@@ -7,5 +7,4 @@ module.exports = angular.module('stf/common-ui/notifications', [
'ngAnimate',
'angular-growl'
]).config(['growlProvider', function (growlProvider) {
growlProvider.globalEnableHtml(true)
}])