securis/src/main/resources/static/js/toaster.js
.. .. @@ -13,7 +13,7 @@ 13 13 * Related to project of John Papa and Hans Fjällemark 14 14 */ 15 15 16 -angular.module('toaster', ['ngAnimate'])16 +angular.module('toaster',[] )17 17 .service('toaster', ['$rootScope', function ($rootScope) { 18 18 this.pop = function (type, title, body, timeout, bodyOutputType) { 19 19 this.toast = {