Add concept waiter section

This commit is contained in:
2014-03-23 15:30:21 +01:00
parent 37970e5bef
commit 474d5f88c6
45 changed files with 367 additions and 103 deletions
@@ -1,3 +1,4 @@
Qsupplier.App = Ember.Application.create
LOG_TRANSITIONS: true
rootElement: '#ember-app-container'
@App = Qsupplier.App
@@ -2,6 +2,7 @@
#= require ember
#= require ember-data
#= require_directory ./modifications
#= require shared-ember-helpers/all
#= require ./app
#= require_tree .
@EmberENV = {FEATURES: {'query-params-new': true}}
@@ -1,2 +0,0 @@
Ember.Handlebars.registerBoundHelper 'currency', (amount, params..., options)->
new Handlebars.SafeString Qwaiter.currency(amount)
@@ -1,4 +0,0 @@
Ember.Handlebars.registerHelper 't', (path, params..., options)->
text = t(path)
tag = if options.hash.bare then text else "<span data-t=\"#{path}\">#{text}</span>"
new Handlebars.SafeString tag