mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-28 00:35:18 +02:00
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.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module.exports = angular.module('stf.counter', [
|
||||
|
||||
])
|
||||
.directive('counter', require('./counter-directive'))
|
||||
.directive('countFrom', require('./counter-directive'))
|
||||
|
||||
Reference in New Issue
Block a user