Pete Martin

Results 32 comments of Pete Martin

The bit we want to see is "compiled" at runtime (via `$compile`). You should just be able to right-click on the flipsnapper and choose 'Inspect Element'

Try using `{ 'width' : flipsnapWidth, 'float' : 'left' }` in your ng-style directive.

Hi @nighto, Thanks for the PR. I don't accept them without tests, and I see that the build failed as well. I'm going to leave this open for now and...

+1 for this - seems like a very useful missing feature

:-1: @johnnyshields this isn't really in the scope of ic-ajax - it's actually a [feature of jQuery](http://api.jquery.com/ajaxerror/)

try using... ``` coffeescript `import ajax from 'ic-ajax'` ajax('http://some.url/things.json') ```

@1updesign @johnnyshields - try this... ``` coffeescript ApplicationRoute = Em.Route.extend init: -> @_super() Em.$(document).ajaxError (evt, jqxhr) -> console.log evt # your error handling here `export default ApplicationRoute` ```

At the moment this doesn't exist as an option in `angular-flipsnap.js` or even on `flipsnap.js`. There's some work to be done to both to support it. As a workaround, is...

Honestly I've never tried. If you want to put together a Fiddle with what you're attempting to do I'd gladly take a look though. Sounds like a reasonable enough use...