Skip to content

Commit 201735e

Browse files
committed
added base to head of layout
1 parent f10ebed commit 201735e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/layout.jade

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
html(ng-app="myApp")
33
head
44
meta(charset='utf8')
5+
base(href='/')
56
title Angular Express Seed App
67
link(rel='stylesheet', href='/css/app.css')
78
body

0 commit comments

Comments
 (0)