Skip to content

Commit 8b4c330

Browse files
authored
Merge pull request #281 from sampersian/master
updated angular versions for whatsapp example
2 parents e20f5dd + 1a141c3 commit 8b4c330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/content/tutorials/whatsapp/meteor/tutorials.whatsapp.meteor.step_00.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Next, we will replace `Blaze` (`Meteor`'s default templating engine) with `Angul
3535
We also need to make sure `Ionic` is installed along with its dependencies:
3636

3737
$ meteor add dab0mb:ionic-assets
38-
$ meteor npm install angular@^1.5.0 --save
39-
$ meteor npm install angular-animate@^1.4.3 --save
40-
$ meteor npm install angular-sanitize@^1.4.3 --save
41-
$ meteor npm install angular-ui-router@^0.2.13 --save
38+
$ meteor npm install angular@^1.5.8 --save
39+
$ meteor npm install angular-animate@^1.5.8 --save
40+
$ meteor npm install angular-sanitize@^1.5.8 --save
41+
$ meteor npm install angular-ui-router@^0.3.1 --save
4242
$ meteor npm install ionic-scripts --save
4343

4444
If you're an iOS user you might encounter some issues related to double tapping not being submitted correctly. This is caused due to a package automatically included by `Metoer` and it is called `mobile-experience` so we can have a more native feeling for our app once running on a mobile device, which is not always right across the board. This package is simply a cluster of the following packages:

0 commit comments

Comments
 (0)