Gaurav Agarwal

Results 3 issues of Gaurav Agarwal

In http://egorkhmelev.github.com/jslider we can use html code inside "dimension". eg. ``` { from: 0, to: 500, heterogeneity: ['50/100', '75/250'], scale: [0, '|', 50, '|' , '100', '|', 250, '|', 500],...

enhancement

**Input data** ```sql select supplier_name,city from (select * from suppliers join addresses on suppliers.address_id=addresses.id) as suppliers where supplier_id>:supplier_id order by supplier_name asc,city desc; ``` **Expected Output** ```sql select supplier_name, city...

bug
feature

I am facing a problem in using this with jqLite. It throws an error message as "'ui.sortable: jQuery should be included before AngularJS!'". For resolving this, I just followed these...