码迷,mamicode.com
首页 > Web开发 > 详细

AngularJS获取密码

时间:2015-11-16 00:59:53      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:angularjs   javascript   

1、设计源码

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>AngularJS获取密码</title>
<script type="text/javascript" src="angular.js"></script>
</head>

<body>
   <div ng-app="">
   	  <p>密码:<input type="password" ng-model="password" maxlength="12"></p>
      <p ng-bind="password"></p>
   </div>
</body>
</html>

2、实现结果

技术分享



版权声明:本文为博主原创文章,未经博主允许不得转载。

AngularJS获取密码

标签:angularjs   javascript   

原文地址:http://blog.csdn.net/you23hai45/article/details/49854465

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!