mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
feat(jqlite): support required as a no-value attribute
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user