File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ function compileBindTemplate(template){
339
339
* text should be replaced with the template in ng:bind-template.
340
340
* Unlike ng:bind the ng:bind-template can contain multiple `{{` `}}`
341
341
* expressions. (This is required since some HTML elements
342
- * can not have SPAN elements such as TITLE, or OPTION to name a few.
342
+ * can not have SPAN elements such as TITLE, or OPTION to name a few.)
343
343
*
344
344
* @element ANY
345
345
* @param {string } template of form
Original file line number Diff line number Diff line change @@ -434,7 +434,8 @@ extend(angularValidator, {
434
434
* response: server response,
435
435
* error: validation error
436
436
* },
437
- * current: 'current input'
437
+ * current: 'current input'
438
+ * }
438
439
* }
439
440
*
440
441
*/
You can’t perform that action at this time.
0 commit comments