component renamed to annotations

This commit is contained in:
Adam Bradley
2015-06-28 21:03:34 -05:00
parent ee3de8a03d
commit 71e893f069
15 changed files with 87 additions and 101 deletions

View File

@ -9,7 +9,7 @@ import {onInit} from 'angular2/angular2';
//pretty sure this has changed in the latest angular
import {NgControl} from 'angular2/forms';
import {IonicComponent} from '../../config/component';
import {IonicComponent} from '../../config/annotations';
import {Icon} from '../icon/icon';