We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed0dcc commit 94bbc8fCopy full SHA for 94bbc8f
SimpleTaskSystem/SimpleTaskSystem.WebSpaAngular/App/Main/views/task/list.js
@@ -20,7 +20,7 @@
20
vm.refreshTasks = function() {
21
abp.ui.setBusy( //Set whole page busy until getTasks complete
22
null,
23
- taskService.getTasks({
+ taskService.getTasks({ //Call application service method directly from javascript
24
state: $scope.selectedTaskState > 0 ? $scope.selectedTaskState : null
25
}).success(function(data) {
26
vm.tasks = data.tasks;
0 commit comments