Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/lodash/lodash/3.0.1/lodash.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <body ng-app="jsbin">
  <div ng-controller="DemoCtrl as demo">
    <input type='text' ng-model='demo.searchText' placeholder='Search'>
    <div ng-repeat="char in demo.characters | filter: demo.showCharacter | orderBy: 'checked' | limitTo: 5">
      <input type='checkbox' ng-model="char.checked" id='{{ char.id }}'>
      <span>{{ char.name }}</span>
     </div>
  </div>
</body>
</html>
Output 300px

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers