Created
September 23, 2019 13:37
-
-
Save fasidOnGit/32448decfd10d15293dda0f62f5d873f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html ng-app="plunker"> | |
<head> | |
<meta charset="utf-8"/> | |
<title>AngularJS Plunker</title> | |
<script>document.write('<base href="'+ document.location +'"/>');</script> | |
<linkrel="stylesheet"href="style.css"/> | |
<script data-require="[email protected]"src="https://code.angularjs.org/1.5.8/angular.js"data-semver="1.5.8"></script><scriptsrc="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