<!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
沒有留言:
張貼留言