UNPKG
systemjs-seed
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.1
1.0.0
seed project for systemjs and angular
github.com/lookfirst/systemjs-seed
lookfirst/systemjs-seed
systemjs-seed
/
src
/
app
/
admin
/
admin.tpl.html
7 lines
(4 loc)
•
136 B
HTML
View Raw
1
2
3
4
5
6
7
<
h5
>
Your a admin
</
h5
>
<
a
ui-sref
=
"admin.builder"
href
=
"#"
>
Builder
</
a
>
<
a
ui-sref
=
"admin.users"
href
=
"#"
>
Users
</
a
>
<
ui-view
>
</
ui-view
>