Claudiu
Claudiu
Why can't you display a QR code on old phone, and scan it from new phone to transfer everything?
itunes doesn't exist anymore :((( how can i transfer to new phone?
What is "Decrypt" here ?
Thanks for providing this directive. Question: What's the purpose of this part of the code? ``` scope.$apply(function(){ ngModel.$setViewValue(ev.date); }); ``` If I remove it, it seems to work in precisely...
How so? That only gets executed on `fdatepicker.on('changeDate', ...)`, that is, when the date changes on the datepicker. It won't get triggered if the model changes. For that you'd need...
I made a more sophisticated directive for this for my own use. I haven't cleaned it up yet, but [here's what I have so far](https://gist.github.com/csaftoiu/0c930dd0edb11a71d7fc). Documentation you can view [here](http://jsfiddle.net/owxk2r0z/)....
Hmm, do any errors appear in the console?
Hmm, does that file indeed exist? If not, was the site dumped without errors? It looks like it may not have rendered the search indices properly (this part of the...
Hmm, interesting. Initially I tried using mechanize, which handles cookies like this automatically, but I couldn't get it to successfully login - probably the login page used too much JavaScript...
Ahh okay, understood. Thanks, I appreciate the info! Fair point about GitHub not supporting comments, also. I will still leave the issue open pending more investigation since I would indeed...