1.
首先開啟
http://jsbin.com
2.
在做上方的 add library
3.
加入 angular js 的 js檔
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
4.
在 <html> 標籤上,加上一個 ng-app 屬性
在<body>標籤中加入以下的code
<label>Name:</label>
<input type="text" ng-model="yourName" placeholder="Enter a name here">
<hr>
<h1>Hello {{yourName}}!</h1>
接下來您可以在output中看到結果 ~!!
0 意見:
張貼留言