mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
update e2e template for alpha.54
This commit is contained in:
@ -84,9 +84,11 @@
|
|||||||
|
|
||||||
<script>
|
<script>
|
||||||
System.config({
|
System.config({
|
||||||
|
defaultJSExtensions: true,
|
||||||
map: {
|
map: {
|
||||||
|
'Rx': '/node_modules/rxjs/Rx.js',
|
||||||
'rxjs': '/node_modules/rxjs',
|
'rxjs': '/node_modules/rxjs',
|
||||||
'angular2': '/node_modules/angular2/bundles/angular2.umd.dev.js',
|
'angular2': '/node_modules/angular2/bundles/angular2-all.umd.js',
|
||||||
'ionic/ionic': '/dist/bundles/ionic.js'
|
'ionic/ionic': '/dist/bundles/ionic.js'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user