Merge pull request #138 from cubedro/develop

Fixed angular bug
pull/5/head
Marian OANCΞA 10 years ago
commit 6204ca6dd1
  1. 2
      dist/js/netstats.min.js
  2. 2
      dist/js/netstats.min.js.map
  3. 2
      public/js/controllers.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -359,7 +359,5 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
}; };
}); });
} }
$scope.$apply();
} }
}); });
Loading…
Cancel
Save