mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-23 21:35:47 +00:00
parent
2315d9b361
commit
6abafcb424
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ docs. The biggest improvements and changes are listed below.
|
||||||
`ng:foo`. The new compiler doesn't distinguish between these and other name styles (all of them
|
`ng:foo`. The new compiler doesn't distinguish between these and other name styles (all of them
|
||||||
are [equally supported](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive)),
|
are [equally supported](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive)),
|
||||||
the main difference is that `ng-foo` is easier to select with css selectors. Check out the
|
the main difference is that `ng-foo` is easier to select with css selectors. Check out the
|
||||||
[Internet Explorer Compatibility](http://docs-next.angularjs.org/guide/ie.ngdoc)
|
[Internet Explorer Compatibility](http://docs-next.angularjs.org/guide/ie)
|
||||||
doc to learn about various IE-related requirements for different directive naming styles.
|
doc to learn about various IE-related requirements for different directive naming styles.
|
||||||
|
|
||||||
- `angular.directive`, `angular.widget`, `angular.attrWidget` were merged into a single concept: a
|
- `angular.directive`, `angular.widget`, `angular.attrWidget` were merged into a single concept: a
|
||||||
|
|
@ -256,7 +256,7 @@ behavior and migrate your controllers one at a time: <https://gist.github.com/16
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
- new [Modules dev guide article](http://docs-next.angularjs.org/guide/module.ngdoc)
|
- new [Modules dev guide article](http://docs-next.angularjs.org/guide/module)
|
||||||
|
|
||||||
|
|
||||||
## Small bug fixes
|
## Small bug fixes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue