aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/SpecRunnerSpec.js
diff options
context:
space:
mode:
authorAdam Macejak2012-10-29 21:54:26 -0400
committerIgor Minar2012-10-31 14:10:26 -0700
commitad7ce0d40216cf3e0a721ef3a4815a03ae9f0bd9 (patch)
tree40bf1da45a83a4e6a700f9a86584387f5343903e /test/ngScenario/SpecRunnerSpec.js
parent085e0ea8ef628bfb71a17e8f3030efb25cd6b90f (diff)
downloadangular.js-ad7ce0d40216cf3e0a721ef3a4815a03ae9f0bd9.tar.bz2
fix(scenario-runner): support data-ng and x-ng based attributes
Prefixed attributes like data-ng-model and x-ng-model were not being found by the Selector. It was only looking at ng: and ng- prefixed attributes. Added a few tests as well to ensure the aforementioned prefixed attributes are being matched properly. Closes #1020
Diffstat (limited to 'test/ngScenario/SpecRunnerSpec.js')
-rw-r--r--test/ngScenario/SpecRunnerSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ngScenario/SpecRunnerSpec.js b/test/ngScenario/SpecRunnerSpec.js
index c104a9b7..5970607c 100644
--- a/test/ngScenario/SpecRunnerSpec.js
+++ b/test/ngScenario/SpecRunnerSpec.js
@@ -173,5 +173,4 @@ describe('angular.scenario.SpecRunner', function() {
'SpecEnd'
]);
});
-
});