File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="en " ng-app =" utahPython " >
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
Original file line number Diff line number Diff line change 1
1
---
2
2
layout: base
3
3
---
4
- < div class ='container '>
4
+ < div class ='container ' ui-view >
5
5
< div class ="header clearfix ">
6
6
< nav >
7
7
< ul class ="nav nav-pills pull-right ">
8
8
< li role ="presentation " class ="active ">
9
- < a href =" # ">
9
+ < a ui-sref =" about ">
10
10
About
11
11
</ a >
12
12
</ li >
13
13
< li role ="presentation ">
14
- < a href =" # ">
14
+ < a ui-sref =" meetups ">
15
15
Meetups
16
16
</ a >
17
17
</ li >
18
18
< li role ="presentation ">
19
- < a href =" # "> Past Presentations</ a >
19
+ < a ui-sref =" past_present "> Past Presentations</ a >
20
20
</ li >
21
21
</ ul >
22
22
</ nav >
23
23
< h3 class ="text-muted "> Utah Python</ h3 >
24
24
</ div >
25
25
26
- < div class ="row marketing ">
26
+ < div class ="row marketing " ui-view >
27
27
{{ content }}
28
28
</ div >
29
29
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
+
3
+ angular . module ( 'utahPython' , [ 'ui.router' ] ) ;
You can’t perform that action at this time.
0 commit comments