kjen93
kjen93
You can fix this bug by replacing ``` function _onSuccess() { $scope.model = inputValue; $scope.callback({ newValue: inputValue }); $scope.editMode = false; } ``` by ``` function _onSuccess() { $scope.model =...
I am using Windows 7 Pro SP1 in the video, but this bug was found by our app user on Windows 8.1 Update 1 Pro.
I am using latest master sources with only change that they were localized to Russian language for our app. I've tried to reproduce it with example app, which goes with...
I am sorry, it really just does nothing in latest unmodified sources. I am sorry for this, but I think this is still a bug.
There is another change in this version and I need it: https://github.com/thiagoperes/IDMPhotoBrowser/commit/08fbdc70bd8f9a3088527cbb34f9743cafbac1a4 This change https://github.com/thiagoperes/IDMPhotoBrowser/commit/68615687d6f40f50fecfb070abd2d0c759e9025f actually raises minimum requirement for SDWebImage to 4.0, but you didn't change minor version of...