chore(e2e): fix systemJS map for e2e paths

This lets us have relative Ionic imports in the e2e tests, so they can
be type checked.
This commit is contained in:
Tim Lancina
2016-04-29 14:20:56 -05:00
parent e2366bbb11
commit 77b21b29c5

View File

@@ -42,7 +42,8 @@
<script>
System.config({
map: {
'angular2': '/angular2'
'angular2': '/angular2',
'ionic-angular': '/ionic'
},
packages: {
'ionic-angular': {