You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a beginner for both the kibana and angular. I find an interesting thing there. As shown in the attached picture, the "$scope.querySrv.list[0].type" has already hold the value "lucene" at the very beginning of the "module.controller('table'" function (line 27). Suppose the break-point, that is the line 27, is executed before the "init" function. The question is why $scope.querySrv has already been bound a value in the line 27. I suppose the $scope.querySrv should be undefined in line 27. How does the $scope.querySrv got bound here?
The text was updated successfully, but these errors were encountered:
I am a beginner for both the kibana and angular. I find an interesting thing there. As shown in the attached picture, the "$scope.querySrv.list[0].type" has already hold the value "lucene" at the very beginning of the "module.controller('table'" function (line 27). Suppose the break-point, that is the line 27, is executed before the "init" function. The question is why $scope.querySrv has already been bound a value in the line 27. I suppose the $scope.querySrv should be undefined in line 27. How does the $scope.querySrv got bound here?
The text was updated successfully, but these errors were encountered: