Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<script src="dist/bundle.js"></script>`

### 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)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down