Files
stf-DeviceFarmer-1/res/app/components/stf/common-ui/counter/index.js
Gunther Brunner dd5b04998d Tried to fix the counting for zero,
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.
2014-07-16 18:20:54 +09:00

5 lines
111 B
JavaScript

module.exports = angular.module('stf.counter', [
])
.directive('countFrom', require('./counter-directive'))