fixed the upload graph bug

This commit is contained in:
hamza zia 2014-01-08 15:13:25 +05:00
parent 541a6ce723
commit f6df1689c2

View File

@ -72,7 +72,7 @@ angular
dspeed = parseFloat(val) || 0;
});
scope.$watch(attrs.useed, function(val) {
scope.$watch(attrs.uspeed, function(val) {
uspeed = parseFloat(val) || 0;
});