mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
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 |
||
|---|---|---|
| .. | ||
| e2e | ||
| output | ||
| ApplicationSpec.js | ||
| DescribeSpec.js | ||
| dslSpec.js | ||
| FutureSpec.js | ||
| matchersSpec.js | ||
| mocks.js | ||
| ObjectModelSpec.js | ||
| RunnerSpec.js | ||
| ScenarioSpec.js | ||
| SpecRunnerSpec.js | ||