Closed scottfister closed 10 years ago
I am implementing with Ember v1.6.1 using Bower. I'm including the bs-core.max.js file after the Ember core files. However I get the error Uncaught TypeError: undefined is not a function on line bs-core.max.js:420 which is this:
bs-core.max.js
Uncaught TypeError: undefined is not a function
bs-core.max.js:420
... template: Ember.Handlebars.compile(['{{#if view.content.template}}', '{{bsItemPanePartial view.content.template}}', '{{/if}}'].join("\n"))
This also happens for similar lines in the other files like bs-button.max.js etc.
bs-button.max.js
You need full Handlebars and not only runtime, please see #87
I am implementing with Ember v1.6.1 using Bower. I'm including the
bs-core.max.js
file after the Ember core files. However I get the errorUncaught TypeError: undefined is not a function
on linebs-core.max.js:420
which is this:This also happens for similar lines in the other files like
bs-button.max.js
etc.