Pavel Eremin

Results 9 comments of Pavel Eremin

@asafdav I try set scroll position after page loaded. Is it possible?

simpe example: add something like this into directive: scope.scrollTo = function(intTop) { page.top = -Math.round(intTop); dragger.top = -Math.round(page.top / page.scrollHeight \* page.height); buildScrollbar(); }; cause you used the private variables...

@asafdav I think my solution very simple. Maybe you can implement some real api. Refactoring variables and so on. Would like to use it: $document.find('.scroll-block-with-dirrective').scrollTo(123); instead my solution: $document.find('.scroll-block-with-dirrective').scope().scrollTo(123); for...

+1 for use separate modules: for example I need ONLY pagination for my application, so I don't want load all modules. Is it available now with bower?

I found the solution: ``` bower install angular-ui-bootstrap --save ``` this command work for me. Then in index.html file add ``` html ``` but I believe, that the project didn't...

@2muaddlb If something was wrong (for example timeout) password is already copied and you can just ctrl+v and click connect button

@rk2592000936 did you find a solution?

@Ansoriddin0911 I have the same issue. Did you solve it?

I used Charles and found this endpoint. I try to pass through SSL certificate with Charles instruction but no luck :(