Skip to content
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

Removed the need for template_id in {% handlebars %} templatetag. #1

Merged
merged 1 commit into from Oct 1, 2012

Conversation

akarl
Copy link
Contributor

@akarl akarl commented Sep 5, 2012

Removed the need for template_id so you can do this inside a django-template:

{% load ember %}
{% handlebars %}
    {{#view App.MyView}}
        <p>{{view.someVariable}}</p>
        <p>No data-template-name in here.</p>
    {{/view}}
{% endhandlebars %}

and:

{% handlebars %}
    {{view App.MySpecialButton}}
{% endhandlebars %}

@travisbot
Copy link

This pull request passes (merged de1e4e5 into aa29481).

noirbizarre added a commit that referenced this pull request Oct 1, 2012
Removed the need for template_id in {% handlebars %} templatetag.

Thanks
@noirbizarre noirbizarre merged commit cbb1c5b into noirbizarre:master Oct 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants