Commit c5a8929e authored by Stoimen Popov's avatar Stoimen Popov

slider initial proof of concept;

parent 5e669dda
......@@ -919,6 +919,7 @@ function throttle(func, wait, options) {
link: function(scope, elem, attr)
{
alert('test');
return new Slider(scope, elem, attr);
}
};
......
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