parent
56a254e6a5
commit
bf484b19b3
15
CHANGELOG.md
15
CHANGELOG.md
@ -65,10 +65,17 @@ Use `angular-polyfills.js` instead.
|
||||
- instrumentation is exported as `ng.instrumentation`
|
||||
- upgrade is exported as `ng.upgrade`
|
||||
|
||||
* Before:
|
||||
<form #f="form">
|
||||
After:
|
||||
<form #f="ngForm">
|
||||
* Form directives are exportedAs 'ngForm' (was 'form')
|
||||
|
||||
Before:
|
||||
```html
|
||||
<form #f="form">
|
||||
```
|
||||
|
||||
After:
|
||||
```html
|
||||
<form #f="ngForm">
|
||||
```
|
||||
|
||||
|
||||
<a name="2.0.0-alpha.48"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user