mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-27 00:05:15 +02:00
Added directive counter for device stats (it was not updating the numbers smoothly).
This commit is contained in:
4
res/app/components/stf/common-ui/counter/index.js
Normal file
4
res/app/components/stf/common-ui/counter/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf.counter', [
|
||||
|
||||
])
|
||||
.directive('counter', require('./counter-directive'))
|
||||
Reference in New Issue
Block a user