Skip to content

Instantly share code, notes, and snippets.

@fasidOnGit
Created September 23, 2019 13:37
Show Gist options
  • Save fasidOnGit/32448decfd10d15293dda0f62f5d873f to your computer and use it in GitHub Desktop.
Save fasidOnGit/32448decfd10d15293dda0f62f5d873f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html ​​ng-app​=​"plunker">
<head>
<meta​​ charset​=​"utf-8"​​/>
<title>​AngularJS Plunker​</title>
<script>​document​.​write​(​'<base href="'​​+​ document​.​location ​+​​'"/>'​);​</script>
<link​​rel​=​"stylesheet"​​href​=​"style.css"​​/>
<script​​ data-require​=​"angular.js@1.5.x"src​=​"​https://code.angularjs.org/1.5.8/angular.js"​​data-semver​=​"1.5.8"​></script><script​​src​=​"app.js"​></script>
</head>
<body​​ ng-controller​=​"MainCtrl">
<p>​Hello {{name}}!​</p>
<input​​ data-ng-model​=​"random.name"​/>
<p​​ ng-if​=​"true"><input ​​data-ng-model​=​"random.name"​​/></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment