aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
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 1b954ea6..b0618178 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -106,7 +106,7 @@ function sortedHtml(element, showNgClass) {
continue; //IE9 creates dupes. Ignore them!
var attr = attributes[i];
- if(attr.name.match(/^ng:/) ||
+ if(attr.name.match(/^ng[\:\-]/) ||
attr.value &&
attr.value !='null' &&
attr.value !='auto' &&