flatiron / plates

Light-weight, logic-less, DSL-free, templates for all javascript environments!
MIT License
831 stars 69 forks source link

Multimap #81

Closed pgte closed 12 years ago

pgte commented 12 years ago

Several fixes related to mapping the same attribute name and value, using collections and nesting.

Added test cases for all these fixes.

travisbot commented 12 years ago

This pull request passes (merged 4620d18a into bee4f18e).

3rd-Eden commented 12 years ago

This is gonna clash so hard with my branch :p

pgte commented 12 years ago

Because of the test case numeration, right? I can do the merge, the changes were pretty simple. :)

3rd-Eden commented 12 years ago

yes, mainly due to the test numeration.

heapwolf commented 12 years ago

@pgte any change you can take a look at @3rd-Eden's branch and see what can be done to make sure that we get as little clashing as possible?

heapwolf commented 12 years ago

@pgte I think it will be easier to re-factor this with @3rd-Eden's branch now merged.

pgte commented 12 years ago

@hij1nx will do.

pgte commented 12 years ago

Going to do another PR from a diff branch.