From 3d0c6e4865d4a0ddd764da533a327faf76e0cb32 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Fri, 10 Jan 2014 18:50:52 +0000
Subject: [PATCH] #394 feature - Catalog module finished in beta - Security and Error management are not completed
---
securis/src/main/resources/static/js/toaster.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/securis/src/main/resources/static/js/toaster.js b/securis/src/main/resources/static/js/toaster.js
index e5127d0..a34ff08 100644
--- a/securis/src/main/resources/static/js/toaster.js
+++ b/securis/src/main/resources/static/js/toaster.js
@@ -13,7 +13,7 @@
* Related to project of John Papa and Hans Fjällemark
*/
-angular.module('toaster', ['ngAnimate'])
+angular.module('toaster',[] )
.service('toaster', ['$rootScope', function ($rootScope) {
this.pop = function (type, title, body, timeout, bodyOutputType) {
this.toast = {
--
Gitblit v1.3.2