Kendall Arneaud

Results 100 comments of Kendall Arneaud

I don't know there seems to be some implementation of [this ](http://www.frontcoded.com/angular-cancel-$http-request.html) but not sure why it is failing

I use swipe to play youtube video but it doesn't not autoplay....

Meh. Doesn't seem to work http://drenitsthehow.com

can it work with web pack?

Also note that design tokens are not being properly overridden when making customization

@SciutoAlex wondering how this worked out? I am trying to do something similar and access the p5 so I can control the `loop()` `noloop()` methods through a getter/ setter function

@SciutoAlex yes you are right not as helpful...in fact more confusing. Perhaps I can share my vision. I need to access the instantiated `new p5` instance within the controller. there...

@wxactly actually I wanted to call it from controller like this ``` function Ctrller (exampleSketch , ) { exampleSketch.loop(); } ```