Monetary Range Input
A two monetary input range selector popup. The component is constrained by min and max currency values, neither of which are mandatory.
- HTML
<div class="t-content c-form" ng-controller="monetaryRangeInputExampleController as $ctrl"> <inv-monetary-range-input min-value= "" max-value="" is-loading=false input-label="$ctrl.label" on-apply="$ctrl.onAmountSet" currency="$ctrl.currency" > </inv-monetary-range-input> </div>