Skip to content

Commit 3731899

Browse files
author
Jurgen Van de Moere
committed
Add provider config code to demo page
1 parent 8968d69 commit 3731899

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/app.js

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ angular.module('app')
66
console.log('Animation enabled: ' + $animate.enabled());
77
}]);
88

9+
angular.module('app')
10+
.config(['growlNotificationsProvider', function(growlNotificationsProvider){
11+
12+
// Any config work you want here...
13+
// growlNotificationsProvider.cssPrefix('growwwwwl');
14+
15+
}]);
16+
917
angular.module('app')
1018
.controller('MainCtrl', ['$scope', 'growlNotifications', function($scope, growlNotifications){
1119

0 commit comments

Comments
 (0)