Files
digiproof/js/controllers_testament.js
git@daemon.de 5992bf159b initial commit
2013-09-12 23:13:49 +02:00

11 lines
255 B
JavaScript

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()
});