Skip to content

Instantly share code, notes, and snippets.

View andyhot's full-sized avatar

Andreas Andreou andyhot

View GitHub Profile
@andyhot
andyhot / sortable-list-example.hbs
Last active January 4, 2016 05:39
Display your lists using this Ember.SortableView (instead of Ember.CollectionView) to allow user to rearrange the items
{{view "sortable" itemViewClass=App.YourItemView content=items}}
@andyhot
andyhot / handlebars.vm.js
Created October 23, 2011 17:44
Light handlebars.vm.js
var Handlebars = {};
Handlebars.VERSION = "1.0.beta.2";
Handlebars.helpers = {};
Handlebars.partials = {};
Handlebars.registerHelper = function(name, fn, inverse) {
if(inverse) { fn.not = inverse; }
this.helpers[name] = fn;
diff --git a/pom.xml b/pom.xml
index ae80aef..3e3f749 100644
--- a/pom.xml
+++ b/pom.xml
@@ -346,11 +346,6 @@
<id>tapestry360-snapshot</id>
<url>http://tapestry.formos.com/maven-snapshot-repository</url>
</repository>
- <!-- TODO: remove when 5.2 will be pushed to main repo -->
- <repository>