angular/modules/benchmarks/src/compiler
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_benchmark.html refactor(benchmarks): Update compile benchmarks 2015-05-18 14:34:36 -07:00
compiler_benchmark.js feat(Directive): convert properties to an array 2015-05-29 11:44:43 +02:00
selector_benchmark.html refactor(benchmarks): add cloud reporter, add params 2015-01-15 09:09:05 -08:00
selector_benchmark.js refactor(render): move services to render folder 2015-04-02 14:40:49 -07:00