Skip to content

Instantly share code, notes, and snippets.

@ozaydinb
Last active November 8, 2016 16:07
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 ozaydinb/7212134 to your computer and use it in GitHub Desktop.
Save ozaydinb/7212134 to your computer and use it in GitHub Desktop.
Angular.js helloworld
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
</head>
<body>
<input type="text" ng-model="isminiz" placeholder="Adınızı Giriniz"> <br/>
Merhaba {{isminiz}}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment