From 3b770002c9fee0d537cdecf898a6525dab19d44e Mon Sep 17 00:00:00 2001 From: efernandez Date: Wed, 31 Oct 2018 17:56:05 -0300 Subject: [PATCH] =?UTF-8?q?Implementaci=C3=B3n=20de=20angular-ladda?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++++ package.json | 2 ++ src/js/app.js | 1 + 3 files changed, 7 insertions(+) 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', -- 1.9.1