angular-cn/modules/angular2/docs
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
..
change_detection docs(change_detection): add explicit @name and @description 2015-02-17 08:08:47 +00:00
core feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
di refactor(di): rename ProviderError to BindingError 2015-04-17 20:17:51 +02:00