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