aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/SpecRunnerSpec.js
AgeCommit message (Collapse)Author
2012-10-31fix(scenario-runner): support data-ng and x-ng based attributesAdam Macejak
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
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery