angular/modules/playground/src
Victor Berchet 8657ca4298 fix(form): Form directives are exportedAs 'ngForm' (was 'form')
fixes #5658

BREAKING CHANGE:

Before:

    <form #f="form">

After:

    <form #f="ngForm">

Closes #5709
2015-12-08 20:25:16 +00:00
..
animate chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
async cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
gestures chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
hash_routing fix(RouterLink): do not prevent default behavior if target set on anchor element 2015-11-04 19:55:46 +00:00
hello_world cleanup: removes the render and lifecycle_hooks modules 2015-11-20 19:16:38 +00:00
http refactor(Observable): implement toPromise and fromPromise without side effects 2015-12-08 18:31:02 +00:00
jsonp refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
key_events refactor(core): move render/dom from core 2015-11-17 15:53:55 -08:00
material cleanup: move DomAdapter from angular2/core into angular2/platform/common_dom 2015-11-20 00:14:24 +00:00
model_driven_forms fix(form): Form directives are exportedAs 'ngForm' (was 'form') 2015-12-08 20:25:16 +00:00
observable_models cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
order_management cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
person_management cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
routing style(playground): use single quotes consistently 2015-12-02 14:59:55 -08:00
sourcemap refactor(core): move facades out of core 2015-11-07 01:36:06 +00:00
svg fix(compiler): support properties on SVG elements 2015-12-08 02:18:07 +00:00
template_driven_forms fix(form): Form directives are exportedAs 'ngForm' (was 'form') 2015-12-08 20:25:16 +00:00
todo cleanup(core): stop reexporting angular2/common from angular2/core 2015-11-19 19:54:27 +00:00
upgrade refactor(EventEmitter): rename .next() to .emit() 2015-11-18 22:16:40 +00:00
web_workers refactor(WebWorker): Use the new generic bootstrap. 2015-12-03 19:51:43 +00:00
zippy_component feat(Compiler): case sensitive html parser 2015-11-19 18:55:04 +00:00