angular/modules
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
..
angular2 feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
angular2_material feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
benchmarks feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
benchmarks_external fix(ng1 benchmarks): revert *ng-if to ng-if 2015-05-13 11:56:50 +02:00
benchpress feat(benchpress): Add extension for ff metrics reporting 2015-05-26 17:30:41 -07:00
examples feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
rtts_assert chore(build): Remove .es6 files which shadow .ts files. 2015-05-01 09:51:03 -07:00