Skip to content

Commit 5b57803

Browse files
committed
missed rootscope reference
1 parent 64d36a6 commit 5b57803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/linuxDash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
/**
407407
* Fetches and displays table data
408408
*/
409-
angular.module('linuxDash').directive('keyValueList', ['server', '$rootScope', function(server) {
409+
angular.module('linuxDash').directive('keyValueList', ['server', '$rootScope', function(server, $rootScope) {
410410
return {
411411
restrict: 'E',
412412
scope: {

0 commit comments

Comments
 (0)