pjarnfelt

Results 22 comments of pjarnfelt

Put an ng-model on it and treat is as a normal form element. ``` ``` ``` $scope.handleStripe = function(status, response){ if(response.error) { alert("Error happened") } else { // got stripe...

I was having the same issue. I'm using isotope in a Wordpress setting. Don't know if that's the issue though. For me I had to put a setTimeout on the...

I figured out what the problem was in my case. Image loads! While the image is loading, the height is not know by Isotope at the grid layout time. (this...

in general image loads are a problem. I mentioned it in this issue too: #1575 I don't know if is applicable to everyone, but if you know the aspect ratio...

I had a similar issue and figured out that it was because of the android libraries that are included with Mapbox in Mapbox/Core/Plugins/Android. If they already exist in another folder...

That is only working on Android. On iOS it only plays in the headphones!

I had this issue with Pod files not loaded in. Make sure you open the .xcworkspace and not the .xcodeproj. Also install pod files with `pod install` in the iOS...

version 4.0.0 (not release candidate, but the final version) fixed this error for me.

Hey, what's the hold up on this pull request?