Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="unsafe html">
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.0/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.0/angular-sanitize.min.js"></script>
    
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body ng-controller="c">
    
    <ul>
      
        <li ng-repeat="user in searchedUsers">
            
            <div ng-bind-html="user.matched"></div>
            
        </li>
        
    </ul>
    
    
    
    
</body>
</html>
Output

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

Dismiss x
public
Bin info
joaozitopolopro
0viewers