Last active
November 18, 2015 21:44
-
-
Save csaftoiu/1471c18fd10691af5449 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="small-7 medium-9 columns"> | |
<range-slider ng-init="horizontalTwoWay=13.37" ng-model="horizontalTwoWay"></range-slider> | |
</div> | |
<div class="small-2 medium-1 columns"> | |
{{ horizontalTwoWay }} | |
</div> | |
<div class="small-3 medium-2 columns"> | |
<input type="number" ng-model="horizontalTwoWay"> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="small-6 columns"> | |
<range-slider ng-model="horizontalTwoWay"></range-slider> | |
</div> | |
<div class="small-6 columns"> | |
<range-slider ng-model="horizontalTwoWay"></range-slider> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment