vsavkin
|
f1541e65b3
|
fix(forms): fixed the handling of the select element
|
2015-06-15 13:16:41 -07:00 |
|
vsavkin
|
4fe919335c
|
refactor(forms): made directive names consistent
|
2015-06-12 09:45:55 -07:00 |
|
vsavkin
|
73bce40287
|
feat(forms): export validator directives as part of formDirectives
|
2015-06-09 11:51:14 -07:00 |
|
vsavkin
|
559f54e92b
|
feat(forms): added ng-model
|
2015-06-02 16:24:07 -07:00 |
|
vsavkin
|
a9d6fd9afa
|
feat(forms): implemented template-driven forms
|
2015-05-30 11:56:00 -07:00 |
|
Victor Berchet
|
d7df853bde
|
feat(Directive): convert properties to an array
fixes #2013
BREAKING CHANGE:
Before
@Directive(properties: {
'sameName': 'sameName',
'directiveProp': 'elProp | pipe'
})
After
@Directive(properties: [
'sameName',
'directiveProp: elProp | pipe'
])
|
2015-05-29 11:44:43 +02:00 |
|
vsavkin
|
30c3e5a84e
|
fix(forms): changed forms to create only one value accessor instead of always creating DefaultValueAccessor
|
2015-05-21 17:31:25 -07:00 |
|
vsavkin
|
00c3693daa
|
feat(forms): migrated forms to typescript
|
2015-05-21 13:55:15 -07:00 |
|