(element)
| 2637 | } |
| 2638 | |
| 2639 | function getRunner(element) { |
| 2640 | return element.data(RUNNER_STORAGE_KEY); |
| 2641 | } |
| 2642 | |
| 2643 | this.$get = ['$$jqLite', '$rootScope', '$injector', '$$AnimateRunner', '$$rAFScheduler', |
| 2644 | function($$jqLite, $rootScope, $injector, $$AnimateRunner, $$rAFScheduler) { |
no outgoing calls
no test coverage detected