Disable template parsing in the default configuration for 0.5.x to avoid unexpec…
…ted issues. It will be set to ["{{", "}}"] by default in 0.6.x. [#181]
Showing
1 changed file
with
0 additions
and
1 deletions
... | @@ -598,7 +598,6 @@ Rivets.internalBinders = | ... | @@ -598,7 +598,6 @@ Rivets.internalBinders = |
598 | # overridden globally or local to a `Rivets.View` instance. | 598 | # overridden globally or local to a `Rivets.View` instance. |
599 | Rivets.config = | 599 | Rivets.config = |
600 | preloadData: true | 600 | preloadData: true |
601 | templateDelimiters: ['{{', '}}'] | ||
602 | handler: (context, ev, binding) -> | 601 | handler: (context, ev, binding) -> |
603 | @call context, ev, binding.view.models | 602 | @call context, ev, binding.view.models |
604 | 603 | ... | ... |
-
Please register or sign in to post a comment