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

@@ -10,5 +10,6 @@ module.exports = angular.module('stf/common-ui', [
//require('./tree').name,
require('./modals').name,
require('./include-cached').name,
require('./text-focus-select').name
require('./text-focus-select').name,
require('./counter').name
])