File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ Slider directive implementation for AngularJS, without any dependencies.
11
11
12
12
## Examples
13
13
14
+ [ http://rzajac.github.io/angularjs-slider/ ] ( http://rzajac.github.io/angularjs-slider/ )
15
+
14
16
### Single slider
15
17
16
18
``` javascript
@@ -124,10 +126,6 @@ To force slider to recalculate dimensions broadcast **reCalcViewDimensions** eve
124
126
You can also force redraw with ** rzSliderForceRender** event.
125
127
126
128
127
- ## Plunker example
128
-
129
- [ http://embed.plnkr.co/53AUdB/preview ] ( http://embed.plnkr.co/53AUdB/preview )
130
-
131
129
## Project integration
132
130
133
131
``` html
@@ -152,6 +150,13 @@ You can also force redraw with **rzSliderForceRender** event.
152
150
** v0.1.5**
153
151
154
152
Added 'slideEnded' event emitted on slider knob dragging ended (Jusas).
153
+
154
+ ** v0.1.6**
155
+
156
+ - Added github project page
157
+ - Updated to latest angular
158
+ - Updated CSS styles (Angelin Sirbu)
159
+
155
160
156
161
## Disclaimer
157
162
You can’t perform that action at this time.
0 commit comments