fix(blueprint): set base[href] by default

This commit is contained in:
Igor Minar 2015-10-18 18:33:02 +01:00
parent 7977b5d124
commit 823034e77a

View File

@ -2,6 +2,7 @@
<html>
<head>
<title><%= jsComponentName %></title>
<base href=".">
<script src="vendor/systemjs/dist/system.src.js"></script>
<script src="vendor/angular2/bundles/angular2.dev.js"></script>
{{content-for 'head'}}