mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
add new version of api/angular doc
This commit is contained in:
parent
af710c3ac1
commit
c4989d8979
1 changed files with 38 additions and 17 deletions
|
|
@ -1,4 +1,3 @@
|
|||
@workInProgress
|
||||
@ngdoc overview
|
||||
@name API Reference
|
||||
@description
|
||||
|
|
@ -9,25 +8,25 @@
|
|||
|
||||
* {@link angular.widget Widgets} - Angular custom DOM element
|
||||
* {@link angular.directive Directives} - Angular DOM element attributes
|
||||
* {@link angular.filter Filters} - Angular filter functions
|
||||
* {@link angular.formatter Formatters} - Angular formatting functions
|
||||
* {@link angular.validator Validators} - Angular validators
|
||||
|
||||
|
||||
* {@link angular.filter Filters} - Angular output filters
|
||||
* {@link angular.formatter Formatters} - Angular converters for form elements
|
||||
* {@link angular.validator Validators} - Angular input validators
|
||||
* {@link angular.compile angular.compile()} - Template compiler
|
||||
|
||||
|
||||
## Angular Scope API
|
||||
|
||||
|
||||
* {@link angular.scope Scope Object} - Angular scope object functions
|
||||
* {@link angular.scope Scope Object} - Angular scope object
|
||||
|
||||
|
||||
|
||||
|
||||
## Angular Services API
|
||||
## Angular Services & Dependency Injection API
|
||||
|
||||
|
||||
* {@link angular.service Angular Services}
|
||||
* {@link angular.injector angular.injector() }
|
||||
|
||||
|
||||
|
||||
|
|
@ -43,16 +42,30 @@ Angular Scenario Runner} - Automated scenario testing documentation
|
|||
|
||||
|
||||
|
||||
## Angular Utilities API
|
||||
## Angular Utility Functions
|
||||
|
||||
|
||||
### HTML & DOM Manipulation
|
||||
|
||||
|
||||
* {@link angular.element angular.element()}
|
||||
|
||||
|
||||
### Misc
|
||||
|
||||
|
||||
* {@link angular.bind angular.bind() }
|
||||
* {@link angular.compile angular.compile() }
|
||||
* {@link angular.extend angular.extend() }
|
||||
* {@link angular.forEach angular.forEach() }
|
||||
* {@link angular.fromJson angular.fromJson() }
|
||||
* {@link angular.identity angular.identity() }
|
||||
* {@link angular.injector angular.injector() }
|
||||
* {@link angular.noop angular.noop() }
|
||||
|
||||
|
||||
|
||||
|
||||
## Type Identification
|
||||
|
||||
|
||||
* {@link angular.isArray angular.isArray() }
|
||||
* {@link angular.isDate angular.isDate() }
|
||||
* {@link angular.isDefined angular.isDefined() }
|
||||
|
|
@ -61,18 +74,26 @@ Angular Scenario Runner} - Automated scenario testing documentation
|
|||
* {@link angular.isObject angular.isObject() }
|
||||
* {@link angular.isString angular.isString() }
|
||||
* {@link angular.isUndefined angular.isUndefined() }
|
||||
|
||||
|
||||
## Strings
|
||||
|
||||
|
||||
* {@link angular.lowercase angular.lowercase() }
|
||||
* {@link angular.noop angular.noop() }
|
||||
* {@link angular.toJson angular.toJson() }
|
||||
* {@link angular.uppercase angular.uppercase() }
|
||||
|
||||
|
||||
### JSON
|
||||
|
||||
|
||||
* {@link angular.fromJson angular.fromJson() }
|
||||
* {@link angular.toJson angular.toJson() }
|
||||
|
||||
|
||||
|
||||
|
||||
## Augmented JavaScript Objects
|
||||
|
||||
|
||||
* {@link angular.object Object API} - Utility functions for JavaScript objects
|
||||
* {@link angular.array Array API} - Utility functions for JavaScript arrays
|
||||
## Utility methods for JavaScript types
|
||||
* {@link angular.Object Object API} - Utility functions for JavaScript objects
|
||||
* {@link angular.Array Array API} - Utility functions for JavaScript arrays
|
||||
|
|
|
|||
Loading…
Reference in a new issue