Ivan Maslov | JavaScript & Web Performance Enthusiast

Results 49 comments of Ivan Maslov | JavaScript & Web Performance Enthusiast

this solution helps me https://github.com/shakyShane/browser-sync-spa/issues/4#issuecomment-147371716

Do it please if you still support this repo

Or do some another bower package

my solution is ``` javascript angular.element('#phone').intlTelInput("setNumber", "+79124517732"); ```

+1 for this issue, will try to do PR in my free time (tomorrow) if nobody does it

@KowsalyaPK right now I use custom route function, you can do same stuff :)

@jiarongxu will this taken from context gist be enough for you? https://gist.github.com/studentIvan/a5f7b7dad184e0b0ef87a3d681209c04

@jhdevuk I don't use the preact-router, only my local fork of it ( should be this probably https://github.com/studentIvan/preact-router/tree/feauture-extends-router-class ). The main differences are functions export possibility and extending. I set...