angular-cn/modules
Tim Blasi 03fc7fe8c2 refactor(change_detect): Make `ChangeDetectionUtil#uninitialized` a var
Previously, `uninitialized()` was a method, requiring a call as well as
two extra characters everywhere it was used.

Make this value a variable, saving the characters and avoiding the
method call to get its value.

This change also removes the export of `uninitialized` from
change_detect.ts, which is technically a breaking change, however
`uninitialized` is an implementation detail and nobody should be using
it in app logic. By convention, apps should not be importing from files
under `src/`.

Update to #3248.
2015-07-27 17:14:09 -07:00
..
angular2 refactor(change_detect): Make `ChangeDetectionUtil#uninitialized` a var 2015-07-27 17:14:09 -07:00
angular2_material feat(url_resolver): support package: urls (fixes #2991) 2015-07-23 18:35:05 -07:00
benchmarks feat(change_detection): generate checkNoChanges only in dev mode 2015-07-27 15:50:19 -07:00
benchmarks_external feat(benchmark): add static_tree benchmark 2015-07-22 10:58:50 -07:00
benchpress feat(build): require parameter types 2015-07-21 06:20:13 -07:00
examples Revert "fix(url_resolver): in Dart make package urls relative to AppRootUrl" 2015-07-27 14:15:02 -07:00
rtts_assert docs(modules): fix typos 2015-07-07 16:14:43 -07:00