Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 b945d574e -> b52a7dc02
IGNITE-843 Comment for directive. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b52a7dc0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b52a7dc0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b52a7dc0 Branch: refs/heads/ignite-843 Commit: b52a7dc0201207e0e48249a78ec7e27a34177aa2 Parents: b945d57 Author: AKuznetsov <akuznet...@gridgain.com> Authored: Tue Aug 4 10:00:41 2015 +0700 Committer: AKuznetsov <akuznet...@gridgain.com> Committed: Tue Aug 4 10:00:41 2015 +0700 ---------------------------------------------------------------------- .../control-center-web/src/main/js/controllers/common-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b52a7dc0/modules/control-center-web/src/main/js/controllers/common-module.js ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/controllers/common-module.js b/modules/control-center-web/src/main/js/controllers/common-module.js index fe3c129..186914e 100644 --- a/modules/control-center-web/src/main/js/controllers/common-module.js +++ b/modules/control-center-web/src/main/js/controllers/common-module.js @@ -504,7 +504,7 @@ controlCenterModule.directive('onEscape', function () { }; }); -// Directive to retain selection. +// Directive to retain selection. To fix angular-strap typeahead bug with setting cursor to the end of text. controlCenterModule.directive('retainSelection', function ($timeout) { return function (scope, elem, attr) { elem.on('keydown', function (event) {