angular/modules/examples/src/forms
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
..
index.html example(forms): added a example of using forms 2015-03-26 11:36:14 -07:00
index.ts feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00