We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0438921 commit 733843eCopy full SHA for 733843e
app/templates/Gruntfile.js
@@ -245,7 +245,6 @@ module.exports = function (grunt) {
245
wiredep: {
246
options: {
247
exclude: [
248
- /angular-scenario/,
249
/bootstrap-sass-official/,
250
/bootstrap.js/,
251
'/json3/',
app/templates/_bower.json
@@ -18,7 +18,6 @@
18
"angular-ui-router": "~0.2.15"<% } %>
19
},
20
"devDependencies": {
21
- "angular-mocks": "~1.4.0",
22
- "angular-scenario": "~1.4.0"
+ "angular-mocks": "~1.4.0"
23
}
24
0 commit comments