Skip to content

Instantly share code, notes, and snippets.

@diegonakamashi
Last active December 22, 2015 05:48
Show Gist options
  • Select an option

  • Save diegonakamashi/6426310 to your computer and use it in GitHub Desktop.

Select an option

Save diegonakamashi/6426310 to your computer and use it in GitHub Desktop.
angular post
<html ng-app>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.0.7/angular.min.js"></script>
</head>
<body>
<input ng-model='nome'><span>{{nome}}</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment