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",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/rzajac/angularjs-slider",
"authors": [
"Rafal Zajac <rzajac@gmail.com>",
......
This diff is collapsed.
{
"name": "jusas-angularjs-slider",
"version": "0.1.7",
"version": "0.1.8",
"description": "AngularJS slider directive with no external dependencies. Mobile friendly!.",
"main": "rzslider.js",
"repository": {
......
......@@ -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
......@@ -894,7 +894,7 @@ function throttle(func, wait, options) {
return Slider;
}])
.directive('rzslider', ['Slider', function(Slider)
.directive('rzslider', ['RzSlider', function(Slider)
{
return {
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