chore(tests): correct components to use src path instead of ionic to ensure karma tests pass.

This commit is contained in:
Josh Thomas
2016-05-19 16:58:00 -05:00
parent 92683ebdf9
commit 2b836a930f
123 changed files with 131 additions and 129 deletions

View File

@ -1,7 +1,7 @@
import {Routes} from '@angular/router';
import {Location} from '@angular/common';
import {App, Page, NavParams, ViewController} from '../../../../../ionic';
import {App, Page, NavParams, ViewController} from '../../../../../src';
@Page({templateUrl: 'view1.html'})