Stepan Riha

Results 6 comments of Stepan Riha

I haven't used angular components. Can you point me to documentation on how they are used by ui-router in **non-modal** state definitions?

+1 on having the callback follow node conventions `function(err, result)` FYI, this is how I've normalized the API for my usage to make it Node-friendly: ``` javascript /** * Validate...

I've run into a similar issue and it was caused by the default `interpolation` configuration used by metrics-graphics. I added an `interpolate: d3.curveMonotoneX` option to my chart and the overshoots...

The native click event handling is being suppressed in the `handleEvent` method (line 1633 in v. 5.1.2). To fix the problem, on line 1632, replace the existing code: ``` case...

It addresses the problem described in #1216. Personally, I want to be able to (periodically) re-fetch a Restangular resource. I should be able to do something like this: ```javascript RestangularProvider.setOnElemRestangularized((elem,...