fix(export): export IONIC_DIRECTIVES

Closes #393
This commit is contained in:
Adam Bradley
2015-11-07 11:58:29 -06:00
parent ca002efa74
commit ddafee9829
2 changed files with 14 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ export * from './config/bootstrap'
export * from './config/config'
export * from './config/modes'
export * from './config/decorators'
export * from './config/directives'
export * from './components'