diff options
author | Teddy Wing | 2017-02-03 20:02:00 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-03 20:02:00 +0100 |
commit | 085aef748499d4806104b4af8f367a91870acffd (patch) | |
tree | 3a659fe7ca5d34c563d466dabab2fe004694939a /bower.json | |
parent | c388e6dacb539400cd7725429cd123eb4e6a7c79 (diff) | |
download | Angular-tutorial-085aef748499d4806104b4af8f367a91870acffd.tar.bz2 |
Install Angular & angular-route
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,5 +6,9 @@ "bower_components", "test", "tests" - ] + ], + "dependencies": { + "angular": "^1.6.1", + "angular-route": "^1.6.1" + } } |