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:
Gunther Brunner
2014-07-16 17:50:20 +09:00
parent 0057bca523
commit dd5b04998d
3 changed files with 8 additions and 7 deletions

View File

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