Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html ng-app='myapp'>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="container" ng-controller='SimpleController'>
search:<input type='text' ng-model='name'>