JSFiddle - React, Tailwind, and code Playground
by Dogbert
HTML
<div ng-app ng-controller=MainCtrl>
{{hi}}
</div>
CoffeeScript
window.MainCtrl = ($scope) ->
$scope.hi = "HI"
by Dogbert
<div ng-app ng-controller=MainCtrl>
{{hi}}
</div>
window.MainCtrl = ($scope) ->
$scope.hi = "HI"