Common Ionic Directives

This commit is contained in:
Max Lynch
2015-05-07 10:16:02 -05:00
parent 7353a616ec
commit 69ad5777bd
3 changed files with 12 additions and 2 deletions

6
ionic/directives.js Normal file
View File

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