From ef7cf60ebd74e0a787471ac2b9fa738f636aeae3 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Sun, 17 Jul 2011 23:55:39 -0700 Subject: doc(misc): fixing typos in docs --- src/directives.js | 2 +- src/validators.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/directives.js b/src/directives.js index cb368c13..2949269b 100644 --- a/src/directives.js +++ b/src/directives.js @@ -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 diff --git a/src/validators.js b/src/validators.js index 43378cb6..4f5c48bd 100644 --- a/src/validators.js +++ b/src/validators.js @@ -434,7 +434,8 @@ extend(angularValidator, { * response: server response, * error: validation error * }, - * current: 'current input' + * current: 'current input' + * } * } * */ -- cgit v1.2.3