fixed the upload graph bug
This commit is contained in:
parent
541a6ce723
commit
f6df1689c2
@ -72,7 +72,7 @@ angular
|
|||||||
dspeed = parseFloat(val) || 0;
|
dspeed = parseFloat(val) || 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
scope.$watch(attrs.useed, function(val) {
|
scope.$watch(attrs.uspeed, function(val) {
|
||||||
uspeed = parseFloat(val) || 0;
|
uspeed = parseFloat(val) || 0;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user