Skip to content

Instantly share code, notes, and snippets.

@csaftoiu
Last active November 18, 2015 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csaftoiu/1471c18fd10691af5449 to your computer and use it in GitHub Desktop.
Save csaftoiu/1471c18fd10691af5449 to your computer and use it in GitHub Desktop.
<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