Files
digiproof/js/controllers_testament.js

11 lines
255 B
JavaScript
Raw Normal View History

2013-09-12 23:13:49 +02:00
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()
});