change all paths to use ionic2/

This commit is contained in:
Andrew
2015-03-27 11:52:33 -06:00
parent 53e0f865ba
commit 18d82fb50d
34 changed files with 64 additions and 182 deletions

View File

@ -1,7 +1,5 @@
import {NgElement, Component, Template, Parent} from 'angular2/angular2';
import {History} from '../../history';
import {View} from 'ionic/components/view/view';
import {View} from 'ionic2/components/view/view';
@Component({
selector: 'ion-tabs'