Commit 6807d2ba authored by Rafal Zajac's avatar Rafal Zajac

Merge branch 'master' of https://github.com/ptgamr/angularjs-slider into ptgamr-master

parents 5050eb8e f619ce9c
{ {
"name": "angularjs-slider", "name": "angularjs-slider",
"version": "0.1.7", "version": "0.1.8",
"homepage": "https://github.com/rzajac/angularjs-slider", "homepage": "https://github.com/rzajac/angularjs-slider",
"authors": [ "authors": [
"Rafal Zajac <rzajac@gmail.com>", "Rafal Zajac <rzajac@gmail.com>",
......
This diff is collapsed.
{ {
"name": "jusas-angularjs-slider", "name": "jusas-angularjs-slider",
"version": "0.1.7", "version": "0.1.8",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.", "description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "rzslider.js", "main": "rzslider.js",
"repository": { "repository": {
......
...@@ -57,7 +57,7 @@ function throttle(func, wait, options) { ...@@ -57,7 +57,7 @@ function throttle(func, wait, options) {
} }
}) })
.factory('Slider', ['$timeout', '$document', 'throttle', function($timeout, $document, throttle) .factory('RzSlider', ['$timeout', '$document', 'throttle', function($timeout, $document, throttle)
{ {
/** /**
* Slider * Slider
...@@ -894,7 +894,7 @@ function throttle(func, wait, options) { ...@@ -894,7 +894,7 @@ function throttle(func, wait, options) {
return Slider; return Slider;
}]) }])
.directive('rzslider', ['Slider', function(Slider) .directive('rzslider', ['RzSlider', function(Slider)
{ {
return { return {
restrict: 'EA', restrict: 'EA',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment