From 9cd4ceca4644e8ce7337d66e7293ca5b347bc2df Mon Sep 17 00:00:00 2001 From: Joris Willems Date: Sat, 16 Jan 2016 14:21:07 +0100 Subject: [PATCH] feat(config): Upgrade angular-bootstrap 0.13 to 1.0 Many issues arise when using angular-bootstrap 0.13. Migration to 1.0 is straightforward, offers a more stable interface, extra directives and fixes many bugs. Migration guide: https://github.com/angular-ui/bootstrap/wiki/Migration-guide-for-prefixes Fixes #1142 Fixes #1131 --- bower.json | 2 +- modules/core/client/views/header.client.view.html | 10 +++++----- .../client/views/admin/list-users.client.view.html | 2 +- .../views/authentication/signin.client.view.html | 4 ++-- .../views/authentication/signup.client.view.html | 4 ++-- .../views/password/reset-password.client.view.html | 4 ++-- .../views/settings/change-password.client.view.html | 4 ++-- .../client/password-verify.client.directive.tests.js | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bower.json b/bower.json index 85d99986..18871dad 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "angular-resource": "~1.3", "angular-animate": "~1.3", "angular-mocks": "~1.3", - "angular-bootstrap": "~0.13", + "angular-bootstrap": "~1.0", "angular-ui-utils": "bower", "angular-ui-router": "~0.2", "angular-file-upload": "1.1.5", diff --git a/modules/core/client/views/header.client.view.html b/modules/core/client/views/header.client.view.html index dd2bc4ed..7d800e42 100644 --- a/modules/core/client/views/header.client.view.html +++ b/modules/core/client/views/header.client.view.html @@ -8,10 +8,10 @@ MEAN.JS -