mirror of
https://github.com/Febbweiss/CloudBudget-AngularJS.git
synced 2026-03-05 06:45:39 +00:00
Feature: add growl for notification
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
var HOST = 'http://cloudbudget-febbweiss.c9.io/api';
|
||||
|
||||
angular
|
||||
.module('cloudbudget', ['ngRoute', 'routes', 'ngCookies', 'xeditable'])
|
||||
.module('cloudbudget', ['ngRoute', 'ngAnimate', 'routes', 'angular-growl', 'config', 'ngCookies', 'xeditable'])
|
||||
.constant('apiRoutes', {
|
||||
'host' : HOST,
|
||||
'port' : "80",
|
||||
|
||||
Reference in New Issue
Block a user