Merge pull request #4 from hypothesis/remove-ngresource-for-api-calls
Remove use of ngResource for search and annotation queries
Showing
This diff is collapsed.
... | @@ -61,6 +61,7 @@ | ... | @@ -61,6 +61,7 @@ |
"karma-phantomjs-launcher": "^0.2.3", | "karma-phantomjs-launcher": "^0.2.3", | ||
"karma-sinon": "^1.0.4", | "karma-sinon": "^1.0.4", | ||
"lodash.debounce": "^4.0.3", | "lodash.debounce": "^4.0.3", | ||
"lodash.get": "^4.3.0", | |||
"mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
"mocha": "^2.4.5", | "mocha": "^2.4.5", | ||
"ng-tags-input": "^3.1.1", | "ng-tags-input": "^3.1.1", | ||
... | ... |
Please register or sign in to comment