When compiling the master checkout of spark. The Intellij compile fails with:
Error:(45, 8) not found: value $scope
<div class="row-fluid">
^
which is caused by HTML elements in classes like HistoryPage.scala:
val content =
<div class="row-fluid">
<div class="span12">...
How can I compile these classes that have html node elements in them?
Thanks in advance.
