angular.js/src/ngScenario
Stephen Merity 22a9b1ac07 fix(ngScenario): select().option(val) should prefer exact value match
With select(...).option(val) it previously would select the first node
which contains the value, even if an exact match was available.
This fix prefers exact matches if available, otherwise it reverts
to the previous 'contains' behaviour for backwards compatibility.

Closes #2856
2013-07-12 10:05:23 +01:00
..
output fix(scenario): include error messages in XML output 2013-02-07 04:09:52 -08:00
angular-bootstrap.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
Application.js feat(jqLite): switch bind/unbind to more recent jQuery on/off 2013-06-19 20:53:24 +01:00
browserTrigger.js test(modules): fix module tests which got disabled by ngMobile 2013-04-18 14:34:53 -07:00
Describe.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dsl.js fix(ngScenario): select().option(val) should prefer exact value match 2013-07-12 10:05:23 +01:00
Future.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
matchers.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModel.js fix(scenario): emit RunnerBegin event 2012-09-11 16:12:41 -07:00
Runner.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
Scenario.js feat(scenario): adds mousedown and mouseup event triggers to scenario 2013-05-14 20:50:36 +01:00
SpecRunner.js fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 13:58:13 -07:00