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`
|
- instrumentation is exported as `ng.instrumentation`
|
||||||
- upgrade is exported as `ng.upgrade`
|
- upgrade is exported as `ng.upgrade`
|
||||||
|
|
||||||
* Before:
|
* Form directives are exportedAs 'ngForm' (was 'form')
|
||||||
<form #f="form">
|
|
||||||
After:
|
Before:
|
||||||
<form #f="ngForm">
|
```html
|
||||||
|
<form #f="form">
|
||||||
|
```
|
||||||
|
|
||||||
|
After:
|
||||||
|
```html
|
||||||
|
<form #f="ngForm">
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
<a name="2.0.0-alpha.48"></a>
|
<a name="2.0.0-alpha.48"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user