File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
angular-ui-router/app/views Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
< span class ="icon-bar "> </ span >
8
8
< span class ="icon-bar "> </ span >
9
9
</ button >
10
- < a class ="navbar-brand " href =" #/ "> < img src ="images/logo.png " height =30 width =41 > </ a >
10
+ < a class ="navbar-brand " ui-sref =" app "> < img src ="images/logo.png " height =30 width =41 > </ a >
11
11
</ div >
12
12
< div id ="navbar " class ="navbar-collapse collapse ">
13
13
< ul class ="nav navbar-nav ">
14
- < li class =" active " >
15
- < a href =" #/ ">
14
+ < li >
15
+ < a ui-sref =" app ">
16
16
< span class ="glyphicon glyphicon-home " aria-hidden ="true "> </ span > Home</ a >
17
17
</ li >
18
18
< li >
19
- < a href =" #/ aboutus ">
19
+ < a ui-sref =" app. aboutus ">
20
20
< span class ="glyphicon glyphicon-info-sign " aria-hidden ="true "> </ span > About</ a >
21
21
</ li >
22
22
< li >
23
- < a href =" #/ menu ">
23
+ < a ui-sref =" app. menu ">
24
24
< span class ="glyphicon glyphicon-list-alt " aria-hidden ="true "> </ span > Menu
25
25
</ a >
26
26
</ li >
27
27
< li >
28
- < a href =" #/ contactus ">
28
+ < a ui-sref =" app. contactus ">
29
29
< i class ="fa fa-envelope-o "> </ i > Contact</ a >
30
30
</ li >
31
31
</ ul >
You can’t perform that action at this time.
0 commit comments