aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorMisko Hevery2011-04-19 16:34:49 -0700
committerMisko Hevery2011-06-08 15:21:33 -0700
commitaf285dd370aa1b6779bf67ac3bdc19da512aaac5 (patch)
tree663140aa80b8ec312bdc0390f552d8c8f86a8dda /test/testabilityPatch.js
parent89e001b18a4f6d18caea1e9a3d015639feb4f1ee (diff)
downloadangular.js-af285dd370aa1b6779bf67ac3bdc19da512aaac5.tar.bz2
Added ng:options directive
Closes #301
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index 0776f620..121d6900 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -212,7 +212,7 @@ function sortedHtml(element, showNgClass) {
attr.value !='auto' &&
attr.value !='false' &&
attr.value !='inherit' &&
- attr.value !='0' &&
+ (attr.value !='0' || attr.name =='value') &&
attr.name !='loop' &&
attr.name !='complete' &&
attr.name !='maxLength' &&