Roberto Sánchez
2014-01-10 3d0c6e4865d4a0ddd764da533a327faf76e0cb32
securis/src/main/resources/static/js/toaster.js
....@@ -13,7 +13,7 @@
1313 * Related to project of John Papa and Hans Fjällemark
1414 */
1515
16
-angular.module('toaster', ['ngAnimate'])
16
+angular.module('toaster',[] )
1717 .service('toaster', ['$rootScope', function ($rootScope) {
1818 this.pop = function (type, title, body, timeout, bodyOutputType) {
1919 this.toast = {