diff --git a/index.html b/index.html index 98d487c..9824cb7 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,7 @@ + @@ -21,6 +22,9 @@ + + + diff --git a/package.json b/package.json index 5a8bc65..67cd015 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "angular": "^1.7.5", "angular-cookies": "^1.7.5", "angular-i18n": "^1.7.5", + "angular-ladda": "^0.4.3", "angular-on-screen-keyboard": "git+https://github.com/ericf97/angular-on-screen-keyboard.git", "angular-route": "^1.7.5", "angular-sanitize": "^1.7.5", @@ -51,6 +52,7 @@ "gulp-htmlmin": "^5.0.1", "gulp-uglify": "^3.0.1", "jquery": "^3.3.1", + "ladda": "1.0.6", "node-sass": "^4.9.4", "uglify": "^0.1.5", "ui-bootstrap4": "^3.0.5" diff --git a/src/js/app.js b/src/js/app.js index c4e5519..b6d48f0 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,4 +1,5 @@ angular.module('appWrapperDemo', [ + 'angular-ladda', 'ngCookies', 'ngRoute', 'ui.bootstrap',