refactor(forms): rename decorators into directives

This commit is contained in:
vsavkin
2015-02-06 09:16:55 -08:00
parent 640134dee1
commit e9a254ae86
2 changed files with 10 additions and 18 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export * from './src/forms/model';
export * from './src/forms/decorators';
export * from './src/forms/directives';