angular-cn/modules/benchmarks
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
..
e2e_test feat(di): added hostInjector and viewInjector to the Directive annotation 2015-05-18 18:30:53 -07:00
src feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
pubspec.yaml chore: support last dev build of Dart at 1.10.0-dev.1.10 2015-05-06 18:21:46 -07:00