mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-07 12:55:17 +08:00
docs(bike-shed-migration): convert doctype and names
This commit is contained in:
@@ -1083,9 +1083,9 @@ function getterFn(path, options, fullExp) {
|
||||
///////////////////////////////////
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name ng.$parse
|
||||
* @function
|
||||
* @ngdoc service
|
||||
* @name $parse
|
||||
* @kind function
|
||||
*
|
||||
* @description
|
||||
*
|
||||
@@ -1124,8 +1124,8 @@ function getterFn(path, options, fullExp) {
|
||||
|
||||
|
||||
/**
|
||||
* @ngdoc object
|
||||
* @name ng.$parseProvider
|
||||
* @ngdoc provider
|
||||
* @name $parseProvider
|
||||
* @function
|
||||
*
|
||||
* @description
|
||||
@@ -1146,8 +1146,7 @@ function $ParseProvider() {
|
||||
* @deprecated Promise unwrapping via $parse is deprecated and will be removed in the future.
|
||||
*
|
||||
* @ngdoc method
|
||||
* @name ng.$parseProvider#unwrapPromises
|
||||
* @methodOf ng.$parseProvider
|
||||
* @name $parseProvider#unwrapPromises
|
||||
* @description
|
||||
*
|
||||
* **This feature is deprecated, see deprecation notes below for more info**
|
||||
@@ -1201,8 +1200,7 @@ function $ParseProvider() {
|
||||
* @deprecated Promise unwrapping via $parse is deprecated and will be removed in the future.
|
||||
*
|
||||
* @ngdoc method
|
||||
* @name ng.$parseProvider#logPromiseWarnings
|
||||
* @methodOf ng.$parseProvider
|
||||
* @name $parseProvider#logPromiseWarnings
|
||||
* @description
|
||||
*
|
||||
* Controls whether Angular should log a warning on any encounter of a promise in an expression.
|
||||
|
||||
Reference in New Issue
Block a user