mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 19:40:56 +08:00
ng-required treats whitespace as empty
This commit is contained in:
@@ -11,7 +11,9 @@
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<input name="form.list" ng-format="list" />
|
||||
<input name="form.required" ng-required/>
|
||||
<hr/>
|
||||
<input name="form.list" ng-format="list" ng-required/>
|
||||
<input name="form.list" ng-format="list" />
|
||||
<hr/>
|
||||
<input type="checkbox" name="form.boolean" ng-format="boolean" value="true" checked="checked" />
|
||||
|
||||
Reference in New Issue
Block a user