angular-cn/modules/angular2/src/change_detection
vsavkin 4c8ea12903 feat(pipes): changed .append to .extend
BREAKING CHANGE:
    Pipes.append has been renamed into Pipes.extend.
    Pipes.extend prepends pipe factories instead of appending them.
2015-07-20 15:36:42 -07:00
..
parser chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
pipes feat(pipes): changed .append to .extend 2015-07-20 15:36:42 -07:00
abstract_change_detector.ts tools: added experimentalDecorators flag to tsconfig 2015-07-08 10:46:03 -07:00
binding_record.ts feat(render): don’t use the reflector for setting properties 2015-06-22 18:35:16 -07:00
change_detection.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
change_detection_jit_generator.dart feat(dart/transform): Use the best available Change Detectors 2015-06-12 16:04:09 -07:00
change_detection_jit_generator.ts chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
change_detection_util.ts fix(forms): do not reset the value of the input when it came from the view 2015-07-16 10:00:32 -07:00
change_detector_ref.ts chore(doc-gen): remove unnecessary `@public` and `@exportedAs` tags 2015-07-11 07:21:46 +01:00
coalesce.ts fix(examples): add a couple entrypoints, adjust pubspec, fix change detector bug in Dart 2015-07-15 15:41:40 -07:00
constants.ts chore(build): don’t include `export var __esModule = true` in every file 2015-05-19 15:12:59 -07:00
directive_record.ts feat(change_detection): added onInit and onCheck hooks 2015-05-28 16:46:22 -07:00
dynamic_change_detector.ts refactor(pipes): rename PipeRegistry to Pipes 2015-07-10 15:42:56 -07:00
exceptions.ts fix(change_detection): throw ChangeDetectionError in JIT mode 2015-07-06 18:03:50 -07:00
interfaces.ts chore(doc-gen): remove unnecessary `@public` and `@exportedAs` tags 2015-07-11 07:21:46 +01:00
jit_proto_change_detector.dart tools: added experimentalDecorators flag to tsconfig 2015-07-08 10:46:03 -07:00
jit_proto_change_detector.ts tools: added experimentalDecorators flag to tsconfig 2015-07-08 10:46:03 -07:00
pregen_proto_change_detector.dart refactor(pipes): rename PipeRegistry to Pipes 2015-07-10 15:42:56 -07:00
pregen_proto_change_detector.ts refactor(change_detection): made ChangeDetector and ProtoChangeDetector interfaces 2015-06-18 17:41:22 -07:00
proto_change_detector.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
proto_record.ts refactor(pipes): removed pipes from properties 2015-06-19 16:56:52 -07:00