Skip to content

Commit

Permalink
Fix Demo #13
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Apr 4, 2016
1 parent db23826 commit 995cf78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo.html
Expand Up @@ -28,7 +28,7 @@
</script>

<h2> circular slider directive </h2>
<circular-slider class='my-slider' shape='{{shape}}' touch="true" animate='true' on-slide='onSlide' on-slide-end='onSlideEnd' min="min" max="200" value="value">
<circular-slider class='my-slider' shape='{{shape}}' touch="true" animate='true' on-slide='onSlide' on-slide-end='onSlideEnd' min="min" max="max" value="value">
{{value}}
</circular-slider>
</body>
Expand Down

0 comments on commit 995cf78

Please sign in to comment.