From b912343e648e704e165ff85946f32a57f6bce061 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Fri, 25 Sep 2015 18:03:38 -0300 Subject: [PATCH] Set timout to 'instant' (zero) --- src/app/components/proposal-list/proposal-list.directive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/proposal-list/proposal-list.directive.js b/src/app/components/proposal-list/proposal-list.directive.js index 7594b21..3bbb551 100644 --- a/src/app/components/proposal-list/proposal-list.directive.js +++ b/src/app/components/proposal-list/proposal-list.directive.js @@ -31,7 +31,7 @@ vm.$timeout(function(){ attachPopover.call(vm); - }, 1000); + }, 0); }; ProposalListController.prototype.showContent = function (proposal) { -- libgit2 0.21.2