This commit is contained in:
Max Lynch
2015-05-07 20:36:32 -05:00
parent 57aaf7946e
commit 7f1e2dc5df
2 changed files with 17 additions and 6 deletions

View File

@ -1,6 +1,4 @@
import {Button, Switch, List, Label, Item, Input, Content} from 'ionic/ionic';
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content];
console.log('DIRECTIVES', IONIC_DIRECTIVES);
import {Button, Switch, List, Label, Item, Input, Content, Segment} from 'ionic/ionic';
var IONIC_DIRECTIVES = [Button, List, Label, Item, Content, Segment];
export {IONIC_DIRECTIVES};