diff options
author | Teddy Wing | 2016-02-22 11:33:05 +0100 |
---|---|---|
committer | Teddy Wing | 2016-02-22 11:33:05 +0100 |
commit | 7ed236adccf24bb9fff158e4fa33585ec74acc43 (patch) | |
tree | 1716a066c15732eeb4a175a6c6db4a56a5fd446c /vendor/assets/components/angular-resource/index.js | |
parent | 68bd2a8f810da00fd0625edd279d51aaf33ac022 (diff) | |
download | Notes-angular-demo-7ed236adccf24bb9fff158e4fa33585ec74acc43.tar.bz2 |
Add Angular frontend - live Firehose sessionlive-firehose-project-mentor-session-20160221
Live coding session with @danyline. Add complete Angular frontend.
Diffstat (limited to 'vendor/assets/components/angular-resource/index.js')
-rw-r--r-- | vendor/assets/components/angular-resource/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/assets/components/angular-resource/index.js b/vendor/assets/components/angular-resource/index.js new file mode 100644 index 0000000..fc40152 --- /dev/null +++ b/vendor/assets/components/angular-resource/index.js @@ -0,0 +1,2 @@ +require('./angular-resource'); +module.exports = 'ngResource'; |