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 /vendor/assets/components/angular-route/index.js | |
parent | c388e6dacb539400cd7725429cd123eb4e6a7c79 (diff) | |
download | Angular-tutorial-085aef748499d4806104b4af8f367a91870acffd.tar.bz2 |
Install Angular & angular-route
Diffstat (limited to 'vendor/assets/components/angular-route/index.js')
-rw-r--r-- | vendor/assets/components/angular-route/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/assets/components/angular-route/index.js b/vendor/assets/components/angular-route/index.js new file mode 100644 index 0000000..9ed2645 --- /dev/null +++ b/vendor/assets/components/angular-route/index.js @@ -0,0 +1,2 @@ +require('./angular-route'); +module.exports = 'ngRoute'; |