parent
56a254e6a5
commit
bf484b19b3
11
CHANGELOG.md
11
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 directives are exportedAs 'ngForm' (was 'form')
|
||||
|
||||
Before:
|
||||
```html
|
||||
<form #f="form">
|
||||
After:
|
||||
```
|
||||
|
||||
After:
|
||||
```html
|
||||
<form #f="ngForm">
|
||||
```
|
||||
|
||||
|
||||
<a name="2.0.0-alpha.48"></a>
|
||||
|
|
Loading…
Reference in New Issue