angular-cn/modules/angular2/src
Tim Blasi b2a0be87e8 fix(change_detect): Sort `DirectiveMetadata` properties during processing
The Angular 2 render compiler can get out of sync between its transformer
execution and its runtime execution, leading to incorrect change detectors with
out-of-order property values. Stable sorting solves this problem (temporarily).
2015-07-20 17:08:02 -07:00
..
change_detection feat(pipes): changed .append to .extend 2015-07-20 15:36:42 -07:00
core fix(di): fixed dynamic component loading of components created in child injector 2015-07-17 16:18:19 -07:00
debug feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
di fix(di): fixed types 2015-07-17 13:04:34 -07:00
directives chore(build): Fix .d.ts generation errors caused by invisible types of exported declarations 2015-07-17 10:43:21 -07:00
dom perf(dom): Only send values for existing properties to js interior 2015-07-20 13:43:10 -07:00
facade fix(change_detect): Sort `DirectiveMetadata` properties during processing 2015-07-20 17:08:02 -07:00
forms feat(forms): Export NgSelectOption directive 2015-07-17 15:24:10 -07:00
http chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
mock fix(build): add missing return types now enforced by linter 2015-06-29 15:31:41 -07:00
reflection fix(di): do not use exceptions to detect if reflection is enabled 2015-07-10 10:50:03 -07:00
render fix(change_detect): Sort `DirectiveMetadata` properties during processing 2015-07-20 17:08:02 -07:00
router fix(router): improve error for missing base href 2015-07-17 14:00:04 -07:00
services docs(Title): add documentation for the Title service 2015-07-16 16:11:35 -07:00
test_lib feat: FunctionWithParamTokens.execute now returns the value of the function 2015-07-20 09:03:00 -07:00
transform refactor(dart/transform): Remove chatty formatter message 2015-07-20 15:24:23 -07:00
util chore(lint): require semicolons 2015-07-15 12:57:32 -07:00
web-workers feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00