When you use {{}}, slim looks at the first { and thinks it's an attribute.
How can you disable { as a key character from slim. so that using {{ }} will be interpreted as angular, not a slim attribute?
(P.S. I'm using slim-rails gem, so the solution may be specific to rails, but who knows?)