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

angularJs非空校验requied

时间:2016-12-23 16:23:35      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:1.4   https   style   oct   ext   for   doc   color   head   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<script src="https://cdn.static.runoob.com/libs/angular.js/1.4.6/angular.min.js"></script>
</head>
<body ng-app="">
<form action="demo-form.php">
<textarea name="comment" required></textarea>
<input type="submit">
</form>

<!--上下两种方案效果一样。加不加ng-disabled="form1.$invalid"目前看来是一样的-->

<form action="demo-form.php" name="form1">
<textarea name="comment" required></textarea>
<input type="submit" ng-disabled="form1.$invalid">
</form>
</body>
</html>

angularJs非空校验requied

标签:1.4   https   style   oct   ext   for   doc   color   head   

原文地址:http://www.cnblogs.com/songyunxinQQ529616136/p/6215087.html

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