angular-cn/modules/playground
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
..
e2e_test fix(compiler): support properties on SVG elements 2015-12-08 02:18:07 +00:00
src fix(form): Form directives are exportedAs 'ngForm' (was 'form') 2015-12-08 20:25:16 +00:00
test/benchpress chore: rename modules/examples to modules/playground 2015-10-18 11:48:43 +00:00
pubspec.yaml fix(compiler): support properties on SVG elements 2015-12-08 02:18:07 +00:00