From f0fa5e63762e80fd4ee60ff6d365fca5f886292a Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 9 Nov 2011 21:18:34 -0800 Subject: doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module --- src/service/exceptionHandler.js | 2 +- src/service/formFactory.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/service') diff --git a/src/service/exceptionHandler.js b/src/service/exceptionHandler.js index b0c8e822..c53118b4 100644 --- a/src/service/exceptionHandler.js +++ b/src/service/exceptionHandler.js @@ -11,7 +11,7 @@ * the browser console. * * In unit tests, if `angular-mocks.js` is loaded, this service is overriden by - * {@link angular.mock.service.$exceptionHandler mock $exceptionHandler} + * {@link angular.module.NG_MOCK.$exceptionHandler mock $exceptionHandler} * * @example */ diff --git a/src/service/formFactory.js b/src/service/formFactory.js index 8ba8ce79..5230d45b 100644 --- a/src/service/formFactory.js +++ b/src/service/formFactory.js @@ -180,7 +180,7 @@ function $FormFactoryProvider() { * Upon receiving the `$valid` event from the widget update the `$error`, `$valid` and `$invalid` * properties of both the widget as well as the from. * - * @param {String} validationKey The validation key to be used when updating the `$error` object. + * @param {string} validationKey The validation key to be used when updating the `$error` object. * The validation key is what will allow the template to bind to a specific validation error * such as `
error for key
`. */ @@ -194,7 +194,7 @@ function $FormFactoryProvider() { * Upon receiving the `$invalid` event from the widget update the `$error`, `$valid` and `$invalid` * properties of both the widget as well as the from. * - * @param {String} validationKey The validation key to be used when updating the `$error` object. + * @param {string} validationKey The validation key to be used when updating the `$error` object. * The validation key is what will allow the template to bind to a specific validation error * such as `
error for key
`. */ -- cgit v1.2.3