Commit b912343e648e704e165ff85946f32a57f6bce061
1 parent
c9142302
Exists in
master
and in
8 other branches
Set timout to 'instant' (zero)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/components/proposal-list/proposal-list.directive.js
@@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
31 | 31 | ||
32 | vm.$timeout(function(){ | 32 | vm.$timeout(function(){ |
33 | attachPopover.call(vm); | 33 | attachPopover.call(vm); |
34 | - }, 1000); | 34 | + }, 0); |
35 | }; | 35 | }; |
36 | 36 | ||
37 | ProposalListController.prototype.showContent = function (proposal) { | 37 | ProposalListController.prototype.showContent = function (proposal) { |