angular/modules/angular2/test/core
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
..
compiler feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
testability refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
zone refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
application_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00
directive_lifecycle_integration_spec.ts feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
forward_ref_integration_spec.dart feat: allow for forward references in injection 2015-05-15 21:12:57 -07:00
forward_ref_integration_spec.ts refactor(core): ts’ify tests 2015-05-26 17:01:31 -07:00