angular/modules
Victor Berchet 5c531f718e perf(RecordRange): optimize disable()
There could be no lastEnabledChildRecord when there is no
firstEnabledChildRecord
- saves time by skipping findLastEnabledRecord() when the result is know
to be null,
- saves a test as isPresent(lastEnabledChildRecord) ==
isPresent(firstEnabledChildRecord)
2014-12-04 19:52:43 +01:00
..
benchmarks perf(change_detection): add baseline to change detection benchmark 2014-12-03 18:09:21 -08:00
benchmarks_external benchmark(compiler): add a benchmark measuring view instantiation in AngularDart 1.0 2014-11-25 17:46:11 -08:00
change_detection perf(RecordRange): optimize disable() 2014-12-04 19:52:43 +01:00
core feat(change_detector): notify directives on property changes 2014-12-03 14:33:52 -08:00
di docs(di/src/annotations): use triple backticks to code-fence code blocks 2014-12-04 14:16:52 +00:00
examples feat(examples): adds static dart hello world example. 2014-12-03 10:58:30 -08:00
facade feat(transpiler): Transform for..of to Dart as for..in 2014-12-03 10:48:48 +01:00
reflection style: fix typos 2014-12-04 11:01:19 +01:00
rtts_assert feat(deps): update Traceur 0.0.74 2014-11-07 10:29:48 -08:00
test_lib feat(viewPort): adds initial implementation of ViewPort. 2014-11-25 16:19:50 -08:00