update to alpha42

This commit is contained in:
Adam Bradley
2015-10-14 10:08:26 -05:00
parent b59e30329c
commit a0b8f6f537
9 changed files with 39 additions and 55 deletions

View File

@ -4,7 +4,7 @@ import {Page} from 'ionic/ionic';
@Page({
templateUrl: 'forms/forms.html',
bindings: [FormBuilder]
providers: [FormBuilder]
})
export class FormsPage {
@ -20,7 +20,7 @@ export class FormsPage {
console.log(event);
}
}
@Page({