JSFiddle - React, Tailwind, and code Playground
by jhoguet
HTML
<div ng-app="rob-is-the-shit" ng-init="rob='the-shit'">
{{rob}}
</div>
JavaScript
angular.module('rob-is-the-shit',[])
by jhoguet
<div ng-app="rob-is-the-shit" ng-init="rob='the-shit'">
{{rob}}
</div>
angular.module('rob-is-the-shit',[])