mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
in jQuery 1.8.x the data() data structure is changed and events are not accessible via data().events. Since all we need is to trigger all event handlers, we can do so via triggerHandler() api instead of mocking with the internal jQuery data structures. This fix was originally proposed by PeteAppleton via PR #1512. Closes #1512 |
||
|---|---|---|
| .. | ||
| e2e | ||
| jstd-scenario-adapter | ||
| output | ||
| ApplicationSpec.js | ||
| DescribeSpec.js | ||
| dslSpec.js | ||
| FutureSpec.js | ||
| matchersSpec.js | ||
| mocks.js | ||
| ObjectModelSpec.js | ||
| RunnerSpec.js | ||
| ScenarioSpec.js | ||
| SpecRunnerSpec.js | ||