File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 29
29
* * `self` - "`this`" to be used when invoking the function.
30
30
* * `fn` - the function to be invoked. The function may have the `$inject` property which
31
31
* lists the set of arguments which should be auto injected
32
- * (see {@link guide.di dependency injection}).
32
+ * (see {@link guide/dev_guide .di dependency injection}).
33
33
* * `curryArgs(array)` - optional array of arguments to pass to function invocation after the
34
34
* injection arguments (also known as curry arguments or currying).
35
35
* * an `eager` property which is used to initialize the eager services.
Original file line number Diff line number Diff line change 10
10
* Following is the list of built-in angular formatters:
11
11
*
12
12
* * {@link angular.formatter.boolean boolean} - Formats user input in boolean format
13
- * * {@link angular.formatter.index index} - Manages indexing into an HTML select widget
14
13
* * {@link angular.formatter.json json} - Formats user input in JSON format
15
14
* * {@link angular.formatter.list list} - Formats user input string as an array
16
15
* * {@link angular.formatter.number number} - Formats user input strings as a number
You can’t perform that action at this time.
0 commit comments