initial github commit

This commit is contained in:
2017-12-21 11:42:41 +01:00
commit a57548c7da
209 changed files with 3841 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import Ember from 'ember'
export default Ember.Controller.reopen
modal: (name, options={})->
@send "openModal", name, options