2014年11月1日 星期六

Angular.js MVVW demo

Angular.js 是一個 MVVW 架構的工具...


<!DOCTYPE html>
<html ng-app>
<head>
 <meta charset="utf-8">
 <title>Demo</title>
</head>
<body>
<p>My Name is {{myname || 'Please Enter Your name!'}} </p>
<label>請輸入名子:</label>
<input type="text" ng-model="myname" />

<!--Import Mian Class for Angular.js-->
<script src="angular.min.js"></script>
</body>
</html>

其他範例紀錄: https://github.com/hpcslag/angular.classdemo

沒有留言:

張貼留言

© Mac Taylor, 歡迎自由轉貼。
Background Email Pattern by Toby Elliott
Since 2014