JSFiddle - React, Tailwind, and code Playground

by S_YOU

HTML

<script src="https://rawgit.com/S-YOU/doTA/master/dist/ngDoTA.min.js"></script>
<div ng-app="testApp">
    <table dota-render=1 inline=1 compile=1>
        <tr dota-pass>
            <td>
                <input type="text" ng-model="text" />
            </td>
            <td>
                <input type="checkbox" />
            </td>
            <td ng-bind="text"></td>
        </tr>
    </table>
    <table dota-render=1 compile=1></table>
</div>

JavaScript

var app = angular.module('testApp', ['doTA']);