File tree 2 files changed +6
-6
lines changed
.docs/angular-meteor/client
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ angular.module("meteor-angular-docs").config(
25
25
url : '/base' ,
26
26
template : UiRouter . template ( 'server-base.html' )
27
27
} )
28
- . state ( 'server.bootstrapping' , {
28
+ . state ( 'server.base. bootstrapping' , {
29
29
url : '/bootstrapping' ,
30
30
template : UiRouter . template ( 'server.bootstrapping.html' )
31
31
} )
32
- . state ( 'server.di' , {
32
+ . state ( 'server.base. di' , {
33
33
url : '/di' ,
34
34
template : UiRouter . template ( 'server.di.html' )
35
35
} )
36
- . state ( 'server.api' , {
36
+ . state ( 'server.base. api' , {
37
37
url : '/api' ,
38
38
template : UiRouter . template ( 'server.api.html' )
39
39
} )
Original file line number Diff line number Diff line change 4
4
< div class ="col-md-3 menu ">
5
5
< h2 > < a href ="/server "> Angular-Server</ a > </ h2 >
6
6
< ul class ="nav ">
7
- < li > < a ui-sref ="server.bootstrapping "> Bootstrapping</ a > </ li >
8
- < li > < a ui-sref ="server.di "> Dependency Injection</ a > </ li >
9
- < li > < a ui-sref ="server.api "> Server Side API</ a > </ li >
7
+ < li > < a ui-sref ="server.base. bootstrapping "> Bootstrapping</ a > </ li >
8
+ < li > < a ui-sref ="server.base. di "> Dependency Injection</ a > </ li >
9
+ < li > < a ui-sref ="server.base. api "> Server Side API</ a > </ li >
10
10
</ ul >
11
11
</ div >
12
12
< div class ="col-md-9 main-tutorial ">
You can’t perform that action at this time.
0 commit comments