http://kenwheeler.github.io/slick/
Forked from Josh Adamous's Pen Slick Slider.
| function setMinPrice() { | |
| var modalInstance = $uibModal.open({ | |
| controller: 'setMinPriceCtrl', | |
| templateUrl: templatePath + "room/filter.start_price.html", | |
| animation: true, | |
| backdrop: true, | |
| size: "lg", | |
| resolve: { | |
| start_val: function() { | |
| return $scope.priceVal; | 
http://kenwheeler.github.io/slick/
Forked from Josh Adamous's Pen Slick Slider.