style(docs): make jslint happy - fix some warnings

This commit is contained in:
Vojta Jina
2011-11-11 17:15:22 -08:00
committed by Misko Hevery
parent 035c751076
commit acbd7cdf32
103 changed files with 569 additions and 573 deletions

View File

@@ -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}