Added directive counter for device stats (it was not updating the numbers smoothly).

This commit is contained in:
Gunther Brunner
2014-07-09 21:44:09 +09:00
parent 2c7940f6ea
commit 84e2a4ae1c
5 changed files with 96 additions and 6 deletions

View File

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