File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1818 "flow" : false ,
1919 "html" : true ,
2020 "sass" : true ,
21- "uirouter " : true ,
21+ "ngroute " : true ,
2222 "bootstrap" : true ,
2323 "uibootstrap" : true ,
2424 "ws" : true ,
4141 "moduleName" : " " ,
4242 "modulePrompt" : true ,
4343 "filters" : [
44- " uirouter " ,
44+ " ngroute " ,
4545 " mocha" ,
4646 " expect" ,
4747 " should" ,
48- " uirouter" ,
4948 " es6" ,
5049 " webpack"
5150 ],
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const defaultOptions = {
1919 transpiler : 'babel' ,
2020 markup : 'html' ,
2121 stylesheet : 'sass' ,
22- router : 'uirouter ' ,
22+ router : 'ngroute ' ,
2323 testing : 'mocha' ,
2424 chai : 'expect' ,
2525 bootstrap : true ,
@@ -193,7 +193,7 @@ describe('angular-fullstack:app', function() {
193193 transpiler : 'ts' ,
194194 markup : 'pug' ,
195195 stylesheet : 'less' ,
196- router : 'uirouter ' ,
196+ router : 'ngroute ' ,
197197 testing : 'jasmine' ,
198198 odms : [ 'mongoose' ] ,
199199 auth : true ,
@@ -265,7 +265,7 @@ describe('angular-fullstack:app', function() {
265265 transpiler : 'babel' ,
266266 markup : 'pug' ,
267267 stylesheet : 'css' ,
268- router : 'uirouter ' ,
268+ router : 'ngroute ' ,
269269 testing : 'jasmine' ,
270270 odms : [ 'sequelize' ] ,
271271 auth : true ,
@@ -337,7 +337,7 @@ describe('angular-fullstack:app', function() {
337337 transpiler : 'ts' ,
338338 markup : 'pug' ,
339339 stylesheet : 'stylus' ,
340- router : 'uirouter ' ,
340+ router : 'ngroute ' ,
341341 testing : 'mocha' ,
342342 chai : 'should' ,
343343 odms : [ ] ,
You can’t perform that action at this time.
0 commit comments