Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<script src="https://unpkg.com/angular@1.6.x/angular.js"></script>
<div ng-app="app" ng-controller="MyCtrl as $ctrl">
  <input type="text" ng-model="something" placeholder="Type to trigger $digest">
  <p class="filterCount"></p>
  <ul>
    <li ng-repeat="person in $ctrl.people | orderBy:'name'">
      {{ person.name }}
    </li>
  </ul>
</div>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
thorn0pro
0viewers