Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 455af41

Browse files
committed
docs(guide/migration): mention isolate scope one-way bindings
Closes angular#13940
1 parent f3c8aa2 commit 455af41

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/guide/migration.ngdoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ which drives many of these changes.
3333
## Migrating from 1.4 to 1.5
3434

3535
Angular 1.5 takes a big step towards preparing developers for a smoother transition to Angular 2 in
36-
the future. Architecturing your applications using components, multi-slot transclusion, using
37-
lifecycle hooks in directive controllers and relying on native ES6 features (such as classes and
38-
arrow functions) are now all possible with Angular 1.5.
36+
the future. Architecturing your applications using components, multi-slot transclusion, one-way
37+
bindings in isolate scopes, using lifecycle hooks in directive controllers and relying on native ES6
38+
features (such as classes and arrow functions) are now all possible with Angular 1.5.
3939

4040

4141
This release includes numerous bug and security fixes, as well as performance improvements to core
4242
services, directives, filters and helper functions. Existing applications can start enjoying the
4343
benefits of such changes in `$compile`, `$parse`, `$animate`, `$animateCss`, `$sanitize`, `ngOptions`,
4444
`currencyFilter`, `numberFilter`, `copy()` (to name but a few) without any change in code.
4545

46-
New features have been added to more than a dozen services, directives and filters across 7 modules.
46+
New features have been added to more than a dozen services, directives and filters across 8 modules.
4747
Among them, a few stand out:
4848

4949
* `angular.component()`: Introducing "components", a special sort of directive that are easy to

0 commit comments

Comments
 (0)