Daniel Crisp

Results 23 comments of Daniel Crisp

Apparently the compiled JS should be included in the npm module: https://github.com/mgechev/angular2-seed/issues/1014#issuecomment-227187716

Could be related to this... https://code.google.com/p/chromium/issues/detail?id=120186

I think the `currency` filter defaults to two decimal places, if you want to change that you can set the `fractionSize` option if your version of Angular supports it. https://docs.angularjs.org/api/ng/filter/currency...

@dsifford it is open source. Why not contribute a PR?

Sorry Kyle, I don't understand what you mean... Are you trying to set the slider so that the min and max handles cannot be less than `x` (50, for example)...

Sounds interesting, any idea how it could work? Not sure how we could make the template customisable... perhaps it could be defined in a separate file so you can include...

What if scope.min is not an integer...? Wouldn't `parseFloat` be better? Do we also need to apply the same change to modelMax?

Thank you - I would like to add it but I don't have much spare time, so it probably won't happen any time soon. Feel free to submit a pull...

I think it should work with a decimal but I've just tried your scenario and it isn't working for me either... I suspect it might be a rounding issue