From b95215602785dae29f2c1ff7635d0dbd564f7469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Wed, 8 May 2019 15:10:46 +0200 Subject: [PATCH] corrected documentation --- .../src/common/services/focus.service.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/services/focus.service.js b/src/Umbraco.Web.UI.Client/src/common/services/focus.service.js index ebaff7eb89..3979f194b8 100644 --- a/src/Umbraco.Web.UI.Client/src/common/services/focus.service.js +++ b/src/Umbraco.Web.UI.Client/src/common/services/focus.service.js @@ -26,12 +26,13 @@ var service = { /** - * @ngdoc property - * @name umbraco.services.focusService#lastKnownFocus - * @propertyOf umbraco.services.focusService + * @ngdoc function + * @name umbraco.services.focusService#getLastKnownFocus + * @methodOf umbraco.services.focusService + * @function * * @description - * A element set to be remembered, the directive using this should store the value of this to make sure that its not changed white using that directive. + * Gives the element that was set to be remembered, the directive using this should store the value of this to make sure that its not changed white using that directive. * This variable is avaiable for directives that are not able to figure out the focused element on init, and there this service will help remembering it untill the directive is initialized. * */