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

whitespace after = #63

Closed
toddbranch opened this issue Apr 18, 2012 · 1 comment
Closed

whitespace after = #63

toddbranch opened this issue Apr 18, 2012 · 1 comment

Comments

@toddbranch
Copy link

This doesn't substitute names correctly because of the whitespace after class=.

var plates = require('plates');

var html = '<div class= "name"></div>';
var collection = [
  {'name': 'Louis'}
  , {'name': 'Andy Kindler'}
  , {'name': 'Greg Giraldo'}
];
console.log(plates.bind(html, collection));
@3rd-Eden
Copy link
Member

Fixed in 0848e61

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

No branches or pull requests

2 participants