yaoyi / angular-magicview

google like image gallery
http://codepen.io/yaoyi/pen/GryID/
3 stars 2 forks source link

non-jQuery version #1

Open manikantag opened 10 years ago

manikantag commented 10 years ago

Hi, I like the idea. But is it hard to support non-jQuery version? We don't have jQuery included. But for this plugin, we are required to as it has hard dependency on it.

Thanks.

manikantag commented 10 years ago

You are using jQuery to select the elements and I can assume as AngularJS' jqlite angular.element() doesn't support element selectors. But can't we have few util functions, instead of full-blown-jQuery?