mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:23:28 +02:00
but the real problem relies in that the device counting takes time and we don't know before-hand how many devices we have. Also the scope is not shared between the device list and the remote control.
5 lines
111 B
JavaScript
5 lines
111 B
JavaScript
module.exports = angular.module('stf.counter', [
|
|
|
|
])
|
|
.directive('countFrom', require('./counter-directive'))
|