File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 18
18
"flow" : false ,
19
19
"html" : true ,
20
20
"sass" : true ,
21
- "uirouter " : true ,
21
+ "ngroute " : true ,
22
22
"bootstrap" : true ,
23
23
"uibootstrap" : true ,
24
24
"ws" : true ,
41
41
"moduleName" : " " ,
42
42
"modulePrompt" : true ,
43
43
"filters" : [
44
- " uirouter " ,
44
+ " ngroute " ,
45
45
" mocha" ,
46
46
" expect" ,
47
47
" should" ,
48
- " uirouter" ,
49
48
" es6" ,
50
49
" webpack"
51
50
],
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const defaultOptions = {
19
19
transpiler : 'babel' ,
20
20
markup : 'html' ,
21
21
stylesheet : 'sass' ,
22
- router : 'uirouter ' ,
22
+ router : 'ngroute ' ,
23
23
testing : 'mocha' ,
24
24
chai : 'expect' ,
25
25
bootstrap : true ,
@@ -193,7 +193,7 @@ describe('angular-fullstack:app', function() {
193
193
transpiler : 'ts' ,
194
194
markup : 'pug' ,
195
195
stylesheet : 'less' ,
196
- router : 'uirouter ' ,
196
+ router : 'ngroute ' ,
197
197
testing : 'jasmine' ,
198
198
odms : [ 'mongoose' ] ,
199
199
auth : true ,
@@ -265,7 +265,7 @@ describe('angular-fullstack:app', function() {
265
265
transpiler : 'babel' ,
266
266
markup : 'pug' ,
267
267
stylesheet : 'css' ,
268
- router : 'uirouter ' ,
268
+ router : 'ngroute ' ,
269
269
testing : 'jasmine' ,
270
270
odms : [ 'sequelize' ] ,
271
271
auth : true ,
@@ -337,7 +337,7 @@ describe('angular-fullstack:app', function() {
337
337
transpiler : 'ts' ,
338
338
markup : 'pug' ,
339
339
stylesheet : 'stylus' ,
340
- router : 'uirouter ' ,
340
+ router : 'ngroute ' ,
341
341
testing : 'mocha' ,
342
342
chai : 'should' ,
343
343
odms : [ ] ,
You can’t perform that action at this time.
0 commit comments