Fix supplier poltergeist switch for waiting for app

This commit is contained in:
2016-06-15 17:13:44 +02:00
parent 6fee940181
commit 780332f6de
9 changed files with 67 additions and 52 deletions
@@ -1,8 +1,11 @@
window.ember_ready = false
@App = Ember.Application.create
LOG_TRANSITIONS: true
LOG_VIEW_LOOKUPS: true
rootElement: '#ember-app-container'
store: -> @__container__.lookup('service:store')
ready: ->
window.ember_ready = true
@App.modals = Ember.Namespace.create()
@Modals = @App.modals
@@ -1,4 +1,4 @@
p=t 'list.close.modal.message'
p= t 'list.close.modal.message'
hr
button.modal-close{action "close"}=t 'list.close.modal.cancel'
button.modal-confirm.right{action "confirm"}=t 'list.close.modal.close_list'
button.modal-close{action "close"}= t 'list.close.modal.cancel'
button.modal-confirm.right{action "confirm"}= t 'list.close.modal.close_list'