mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 05:34:43 +00:00
doc(misc): fixing typos in docs
This commit is contained in:
parent
7974e7eb5f
commit
ef7cf60ebd
2 changed files with 3 additions and 2 deletions
|
|
@ -339,7 +339,7 @@ function compileBindTemplate(template){
|
||||||
* text should be replaced with the template in ng:bind-template.
|
* text should be replaced with the template in ng:bind-template.
|
||||||
* Unlike ng:bind the ng:bind-template can contain multiple `{{` `}}`
|
* Unlike ng:bind the ng:bind-template can contain multiple `{{` `}}`
|
||||||
* expressions. (This is required since some HTML elements
|
* expressions. (This is required since some HTML elements
|
||||||
* can not have SPAN elements such as TITLE, or OPTION to name a few.
|
* can not have SPAN elements such as TITLE, or OPTION to name a few.)
|
||||||
*
|
*
|
||||||
* @element ANY
|
* @element ANY
|
||||||
* @param {string} template of form
|
* @param {string} template of form
|
||||||
|
|
|
||||||
|
|
@ -434,7 +434,8 @@ extend(angularValidator, {
|
||||||
* response: server response,
|
* response: server response,
|
||||||
* error: validation error
|
* error: validation error
|
||||||
* },
|
* },
|
||||||
* current: 'current input'
|
* current: 'current input'
|
||||||
|
* }
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue