I am working on a project where another developer has developed a UI as a stand alone client-side only solution using the ember.js framework.
I have been asked to move this work to an ASP.NET MVC3 project.
Problem is, ember.js uses braces and double braces in the syntax, and this seems to interfere with the razor engine used by MVC3.
Am I right in thinking that the 2 technologies (ASP MVC3 and ember.js) cannot work together?