Skip to content

Instantly share code, notes, and snippets.

@xaiwant
Created January 31, 2018 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaiwant/8f363eea536546cf33757f8319e597b6 to your computer and use it in GitHub Desktop.
Save xaiwant/8f363eea536546cf33757f8319e597b6 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<body>
<div ng-app="NewApp">
<p>Myself {{ firstName }}</p>
</div>
<div ng-controller=" NewController ">
<p>Myself {{ ValueA }}</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment