Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>a</title>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js"></script>
</head>
<body>
    <div ng-app="ngFilterApp" ng-controller="namesCtrl">
        <p>Filtering input:</p>
        <p><input type="text" ng-model="search" /></p>
        <ul>
          <li ng-repeat="x in names | myFilter">
            {{ x.name + ', ' + x.country }}
          </li>
        </ul>
    </div>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers