-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using partials #14
Comments
Call this from the template code that requires the partial. See https://github.com/mapbox/tilestream/blob/master/templates/Map._#L2 for an example. |
Thanks kkaefer for your answer. please see this code https://gist.github.com/1076231 What did I miss where ? |
From the error in that file, the include of the partial seems to happen just fine. However, |
views/Home.bones view = Backbone.View.extend({ Home.server.bones: views['Home'].prototype.render = function() { |
well, it works now: where should I put events for Search template ? /views/Search.bones or perhaps I should put events into Home.bones instead. Thanks. I have found this FW + bones-auth + bones-admin the only one that works with models on client and server side and against CouchDB. Quite helpful. |
How should I use partials in bones views ? any example to follow up ? Wiki says: To invoke partials, use this'PartialName'. but where should I call it ?
The text was updated successfully, but these errors were encountered: