Matt Brandly
Matt Brandly
there's no way to update player parameters of an existing player, with the underlying YouTube API: http://stackoverflow.com/a/14728502/1614967 what's preventing you from keeping `video-id` unset until you've set the `end` value?
is IE7 still a concern?
I haven't found anything promising yet. You can replicate it on the [demo page](http://ajoslin.github.io/angular-mobile-nav).
Yeah, it's not quite that simple @NickyYo. @ajoslin what's the reasoning for storing `currentTrans` and calling `.cancel()` [here](https://github.com/ajoslin/angular-mobile-nav/blob/master/src/view.js#L86)? `currentTrans` seems to actually mean `lastTrans`, since cancel doesn't get called until...
This is the code we're currently using, and it seems to be working well. @ryngonzalez and I both worked on the changes, so let us know what you think.
Even after updating Angular, I'm still getting a `Unknown provider: $sniffer` error. Am I injecting it incorrectly?
Are you navigating back via $navigate.back() or the browser's back button? There no browser history support currently. On Sunday, August 4, 2013, ArtworkAD wrote: > Just tested, not really working....
i mentioned this in [another issue](https://github.com/crysislinux/chrome-react-perf/issues/13), but it [appears that Twitter makes use of this extension](https://medium.com/@paularmstrong/twitter-lite-and-high-performance-react-progressive-web-apps-at-scale-d28a00e780a3). 🐦
> I am not sure if this extension still works for React now. i got it working! initially, i'd click "start" and it would give no feedback. adding these lines...
hi! i have [a repo with flow types](https://github.com/brandly/Lax) that i tried using `hegel` on. i'm getting a similar error: ``` $ npx hegel Path "net" cannot be resolved ``` maybe...