doc(misc): fixing typos in docs

This commit is contained in:
Igor Minar 2011-07-17 23:55:39 -07:00
parent 7974e7eb5f
commit ef7cf60ebd
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -434,7 +434,8 @@ extend(angularValidator, {
* response: server response,
* error: validation error
* },
* current: 'current input'
* current: 'current input'
* }
* }
*
*/