angular-cn/modules/angular2/test
Rado Kirov c9cec60007 fix(router): fix for leading slash in dart
Using string1 === string2 translates to identical(string1, string2) in
dart, which is incorrect as it is possilbe for dart strings to have
different reference.
2015-05-05 15:19:06 -07:00
..
benchmark/transform feat(benchmarks): Add basic dart transformer benchmarks. 2015-05-04 14:03:58 -07:00
change_detection refactor(view): moved the logic from ProtoView to ProtoViewFactory 2015-05-01 13:35:17 -07:00
core feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
di feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
directives refactor(compiler): rename decorator directives into directive 2015-04-30 13:38:40 -07:00
dom refactor: update Dart package dependencies 2015-03-25 15:54:12 -07:00
facade fix(ListWrapper): follow JS semantics 2015-04-23 09:46:09 +02:00
forms feat(decorators): adds decorator versions of DI annotations. 2015-05-04 13:35:09 -07:00
mock feat(decorators): adds decorators to be used by TS and Babel transpiled apps. 2015-04-29 15:13:25 -07:00
reflection chore(packaging): update import for the new file structure 2015-02-05 15:47:12 -08:00
render/dom fix(compiler): clone templates before compiling them 2015-04-30 16:40:57 -07:00
router fix(router): fix for leading slash in dart 2015-05-05 15:19:06 -07:00
services refactor(core): introduce `ViewRef` and `ProtoViewRef` 2015-04-29 14:03:38 -07:00
test_lib fix(test_lib): support multi matches with deep equality for function calls 2015-04-24 17:53:41 -07:00
transform feat(dart/transform): Add DirectiveMetadataExtractor transform step 2015-05-05 12:07:50 -07:00