AngularJS: Empty - latest CI build
HTML
<script src="http://ci.angularjs.org/job/angular.js-angular-master/ws/build/angular.js"></script>
<span class="one {{cls}} third">bla</span>
<input type="radio" ng-model="cls" value="yes" />
<input type="radio" ng-model="cls" value="no" />
CSS
.one {
font-size: 30pt;
}
.third {
text-decoration: underline;
}
.yes {
color: blue;
}
.no {
color: red;
}
JavaScript
function Main() {}