initial commit

This commit is contained in:
git@daemon.de
2013-09-12 23:13:49 +02:00
parent 874ee3cdab
commit 5992bf159b
50 changed files with 69273 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
App.TestamentController = Ember.ArrayController.extend({
needs: "self",
//self: Ember.computed.alias("controllers.self"),
successors: App.Successor.find(),
self: App.Self.find(0),
now: new Date(),
notempty: CheckForEmptyDB()
});