angular-docs-cn/modules/@angular
gary-b 7b0a86718c fix (forms): clear selected options when model is not an array (#12519)
When an invalid model value (eg empty string) was preset ngModel on
select[multiple] would throw an error, which is inconsistent with how it
works on other user input elements. Setting the model value to null or
undefined would also have no effect on what was already selected in the
UI. Fix this by clearing selected options when model set to null,
undefined or a type other than Array.

Closes #11926
2016-12-14 08:34:19 -08:00
..
benchpress feat: update RxJS peer dependency to 5.0.0-rc.4 2016-11-29 16:27:33 -08:00
common refactor: remove intl from facades (#13404) 2016-12-13 12:34:50 -08:00
compiler refactor: format & lint 2016-12-13 17:44:52 -08:00
compiler-cli refactor: format & lint 2016-12-13 17:44:52 -08:00
core fix(core): properly destroy embedded Views attatched to ApplicationRef (#13459) 2016-12-14 08:33:29 -08:00
docs docs(cheatsheet): correct HostBinding decorator example (#13206) 2016-12-05 10:25:40 -08:00
examples refactor: format and lint code 2016-12-12 11:30:25 -08:00
facade fix(compiler): make sure provider values with `name` property don’t break. 2016-12-13 17:25:59 -08:00
forms fix (forms): clear selected options when model is not an array (#12519) 2016-12-14 08:34:19 -08:00
http fix(http): create a copy of headers when merge options (#13365) 2016-12-12 11:16:34 -08:00
language-service fix(compiler): narrow the span reported for invalid pipes 2016-12-13 11:23:47 -08:00
platform-browser refactor: format and lint code 2016-12-12 11:30:25 -08:00
platform-browser-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-server fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-webworker fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
platform-webworker-dynamic fix: display framework version on bootstrapped component (#13252) 2016-12-06 16:21:07 -08:00
router feat(router): routerLink add tabindex attribute (#13094) 2016-12-09 15:38:50 -08:00
upgrade test(upgrade): fix failing test in browsers which do not support RAF 2016-12-13 12:28:44 -08:00
README.md docs: update README.md for npm packages 2016-09-14 17:14:02 -07:00
license-banner.txt build: remove JS suffix from the license banner 2016-09-13 21:48:58 -07:00
router-license-banner.txt fix(router): add a banner file for the router (#12919) 2016-11-16 09:17:19 -08:00

README.md

Angular

The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.

License: MIT