JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" ng-model="ttl" class="form-control input-sm"/>
<br/>
<input type="text" name="ttl" ng-value="ttl" class="form-control input-sm"/>
JavaScript
var app = angular.module('app', []);
function Ctrl($scope) {
}