mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-12 19:29:42 +08:00
style(docs): make jslint happy - fix some warnings
This commit is contained in:
@@ -80,7 +80,7 @@ angular.widget('my:time', function(compileElement){
|
||||
The angular compiler exposes methods that you may need to use of when writing your own widgets and
|
||||
directives. For example, the `descend()` method lets you control whether the compiler ignores or
|
||||
processes child elements of the element it is compiling. For information on this and other
|
||||
compiler methods, see the {@link api/angular.module.NG.$compile Compiler API doc}.
|
||||
compiler methods, see the {@link api/angular.module.ng.$compile Compiler API doc}.
|
||||
|
||||
|
||||
## Related Topics
|
||||
@@ -92,4 +92,4 @@ compiler methods, see the {@link api/angular.module.NG.$compile Compiler API doc
|
||||
|
||||
## Related API
|
||||
|
||||
* {@link api/angular.module.NG.$compile Compiler API}
|
||||
* {@link api/angular.module.ng.$compile Compiler API}
|
||||
|
||||
Reference in New Issue
Block a user