Commit b912343e648e704e165ff85946f32a57f6bce061

Authored by Leonardo Merlin
1 parent c9142302

Set timout to 'instant' (zero)

src/app/components/proposal-list/proposal-list.directive.js
... ... @@ -31,7 +31,7 @@
31 31  
32 32 vm.$timeout(function(){
33 33 attachPopover.call(vm);
34   - }, 1000);
  34 + }, 0);
35 35 };
36 36  
37 37 ProposalListController.prototype.showContent = function (proposal) {
... ...