Betty Steger
Betty Steger
@Chuck-Aguilar ok that was really strange, it was not working on android, but on iPhone ;) I am using this now, but I don't like it :/ ``` var file...
@BahodurSaidov sorry for the late answer, I just did it like https://github.com/nervgh/angular-file-upload/issues/585#issuecomment-190790841 ```` uploader.onAfterAddingFile = function(item) { var file = document.querySelector('input[type=file]').files[0]; //item._file; $scope.cropped = {}; var options = {canvas: true,...
ah sorry, thanks for the explanation, also when using Ctrl+Space there are no `fa` autocompletions :(
ok I added `auto_complete_selector` .. wasn't in my settings :O but it is still not working -.- I don't know what I am doing wrong :(
yes, via Package Control! also did remove and install again :/
no it is not listed there, but in the `Package Control: List Packages`
same issue: https://github.com/mishk0/slack-bot-api/issues/145
So is there now any good fix / workaround for IE 10 / 11 at this point? I just used the `keyup` event additionally..
@jocelyngriselle that would be awesome! 1 other question: is there a guarantee, that the BGAppRefreshTask runs let say daily, if the app was not open a longer time (on iOS...
@rzepetor how can I use your fork in the yml file?