Merge remote-tracking branch 'origin/api-tutorials' into api-view

Conflicts:
	src/MCT.js
	src/api/api.js
This commit is contained in:
Victor Woeltjen
2016-07-01 10:08:05 -07:00
11 changed files with 438 additions and 8 deletions

View File

@ -35,7 +35,8 @@ requirejs.config({
"screenfull": "bower_components/screenfull/dist/screenfull.min",
"text": "bower_components/text/text",
"uuid": "bower_components/node-uuid/uuid",
"zepto": "bower_components/zepto/zepto.min"
"zepto": "bower_components/zepto/zepto.min",
"lodash": "bower_components/lodash/lodash"
},
"shim": {
"angular": {