mirror of
https://codeberg.org/scip/digiproof.git
synced 2025-12-17 04:30:59 +01:00
initial commit
This commit is contained in:
10
js/controllers_testament.js
Normal file
10
js/controllers_testament.js
Normal 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()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user