From 59bfd613c7aa5261568b611a31a9a42a62bae825 Mon Sep 17 00:00:00 2001 From: Asim Hussain Date: Mon, 3 Apr 2017 16:05:10 -0600 Subject: [PATCH 1/2] Step 3 - AngularJS 1.5+ --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2c26c4b..66754ea 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ "author": "", "license": "ISC", "dependencies": { - "angular": "^1.4.0", - "angular-animate": "^1.4.0", + "angular": "^1.6.2", + "angular-animate": "^1.6.2", "angular-auto-validate": "^1.19.0", "angular-ladda": "^0.4.3", - "angular-resource": "^1.4.0", + "angular-resource": "^1.6.2", "angular-strap": "^2.3.12", "angularjs-toaster": "^2.1.0", "bootstrap": "3.3.2", From 7b58d0a1d30af073bd52037d4faaaa761087d714 Mon Sep 17 00:00:00 2001 From: Asim Hussain Date: Mon, 3 Apr 2017 16:07:33 -0600 Subject: [PATCH 2/2] Updated readme for step 3 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23a582b..28d5dd1 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,6 @@ The application is a simple contacts application where you can search, create or *Consuming* - Replace all the js files in index.html with just one script tag `` +### Step 3 - AngularJS 1.5+ +- Upgrade "angular", "angular-animate" and "angular-resource" to the latest 1.x version of angualr (1.6.2 in this example)