From f6df1689c25bc5cd4ca336a41762239527a80c54 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Wed, 8 Jan 2014 15:13:25 +0500 Subject: [PATCH] fixed the upload graph bug --- js/directives/dgraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/directives/dgraph.js b/js/directives/dgraph.js index 69305e1..183f805 100644 --- a/js/directives/dgraph.js +++ b/js/directives/dgraph.js @@ -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; });