Koushik M.L.N

Results 1 issues of Koushik M.L.N

``` angular.module("ui.materialize.nouislider", []) .directive("nouislider", ["$timeout", function($timeout){ return { restrict: 'A', scope: { ngModel: '=', min: '@', max: '@', step: '@?', connect: '@?', tooltips: '@?', behaviour: '@?' }, link: function (scope,...