mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
feat(jqlite): support required as a no-value attribute
This commit is contained in:
parent
25a62b58db
commit
ca08c004c8
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ var JQLitePrototype = JQLite.prototype = {
|
|||
// these functions return self on setter and
|
||||
// value on get.
|
||||
//////////////////////////////////////////
|
||||
var SPECIAL_ATTR = makeMap("multiple,selected,checked,disabled,readonly");
|
||||
var SPECIAL_ATTR = makeMap("multiple,selected,checked,disabled,readonly,required");
|
||||
|
||||
forEach({
|
||||
data: JQLiteData,
|
||||
|
|
|
|||
Loading…
Reference in a new issue