mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +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.
|
||||
* Unlike ng:bind the ng:bind-template can contain multiple `{{` `}}`
|
||||
* 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
|
||||
* @param {string} template of form
|
||||
|
|
|
|||
|
|
@ -434,7 +434,8 @@ extend(angularValidator, {
|
|||
* response: server response,
|
||||
* error: validation error
|
||||
* },
|
||||
* current: 'current input'
|
||||
* current: 'current input'
|
||||
* }
|
||||
* }
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue