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

8
js/controllers_about.js Normal file
View File

@@ -0,0 +1,8 @@
App.AboutController = Ember.Controller.extend({
popup: { login: { title: "titel", help: "hilfe" } }
});