Skip to content

Commit 94bbc8f

Browse files
committed
Added comment.
1 parent fed0dcc commit 94bbc8f

File tree

1 file changed

+1
-1
lines changed
  • SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/App/Main/views/task

1 file changed

+1
-1
lines changed

SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/App/Main/views/task/list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
vm.refreshTasks = function() {
2121
abp.ui.setBusy( //Set whole page busy until getTasks complete
2222
null,
23-
taskService.getTasks({
23+
taskService.getTasks({ //Call application service method directly from javascript
2424
state: $scope.selectedTaskState > 0 ? $scope.selectedTaskState : null
2525
}).success(function(data) {
2626
vm.tasks = data.tasks;

0 commit comments

Comments
 (0)