xxxxxxxxxx
<body ng-app="appName">
<div class="container" ng-controller="MainController as mainCtrl">
<div class="row">
<div class="col-md-6 col-md-offset-3">
{{view.broken}}
<div ng-if="view.number === 3">
<input ng-model="view.broken"/>
</div>
</div>
</div>
</div>
</body>