D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
dslanger
Full window
Github gist
ng_01_07_broken_scope
<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>