James Homer

Results 90 comments of James Homer

In case this helps I had a similar issue but realised that due to the way I had my ui-views and components setup the component that contained the scrollspy was...

I found a weird hidden issue in my code that my be relevant to you, mentioned [here](https://github.com/oblador/angular-scroll/issues/154#issuecomment-161706757).

Sorry can't recall what I was using then but certainly pre 1.5.5. Checkout my comment in the other thread - it was down to the component/view/controller being compiled twice for...

Well yes that's an option of course, but I personally thought the bloat was worth it in this case. No problem if you don't want to include it though. I...

Hi! Please could you create an example and/or link to your site and post the config options?

Could you use a polyfill? Something like: ``` if (!jQuery.Deferred) { function Deferred(Promise) { if (Promise == null) Promise = global.Promise if (this instanceof Deferred) return defer(Promise, this) else return...