Fix label helper
This commit is contained in:
parent
3eb07394e7
commit
85e2b660bf
|
@ -48,7 +48,6 @@ Ember.Handlebars.registerHelper('label', (options) ->
|
||||||
options.hash.for = id
|
options.hash.for = id
|
||||||
options.hashTypes.for = 'STRING'
|
options.hashTypes.for = 'STRING'
|
||||||
options.hashContexts.for = this
|
options.hashContexts.for = this
|
||||||
options.fn = Ember.Handlebars.compile("{{view.content}}")
|
|
||||||
|
|
||||||
Ember.Handlebars.helpers.view.call(this, view, options)
|
Ember.Handlebars.helpers.view.call(this, view, options)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user