dang-jssor
dang-jssor copied to clipboard
An AngularJS directive for the powerful JSSOR slider plugin, jssor.com
Is there a working sample of the jssor slider using angularjs for the "Image Gallery" -the sample with the thumbnails below the main image - that I can use for...
I am trying to use this bower installed jssor-slider in my project. I can run the install and if I look at my folder structure I can see that it...
I have created a basic slider with the below options. $scope.basicUsageOptions = { $DragOrientation: 1, $PlayOrientation: 1, $AutoPlay: true }; When I try this code on my browser it drags...
your Example 3 " Basic Usage (jQuery) with ng-repeat" is only in autoplay mode. But how can i make the animation started by an event ? with Jssor-object attribute ,...
Hi! First of all, sorry for my english, I'm brazilian guy ^^. I'm trying to use a jssor image gallery with thumbnails, but it does not display the thumbnail. The...
Add responsive by default include all other pull requests: - [remove jssorServices](https://github.com/adebisi-fa/dang-jssor/pull/2) - [jshint compatible](https://github.com/adebisi-fa/dang-jssor/pull/3) - [use angular.element instead of $](https://github.com/adebisi-fa/dang-jssor/pull/4) - [make the slider responsive](https://github.com/adebisi-fa/dang-jssor/pull/5)
Make responsive as suggest on [jssor doc](http://www.jssor.com/development/tip-make-responsive-slider.html)
make good usage of [angular.element](https://docs.angularjs.org/api/ng/function/angular.element)
This Pull Request apply some code quality from [johnpapa guide](https://github.com/johnpapa/angular-styleguide)
This Pull Request remove useless factory _jssorServices_