Subversion Repositories bacoAlunos

Rev

Rev 1906 | Rev 1919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1906 Rev 1907
Line 299... Line 299...
299
                            {
299
                            {
300
                                "courseReportDocument": BacoJS.stringifyOrdered($scope.report)
300
                                "courseReportDocument": BacoJS.stringifyOrdered($scope.report)
301
                            },
301
                            },
302
                            "#courseReportApp",
302
                            "#courseReportApp",
303
                            function (resposta) {
303
                            function (resposta) {
304
 
-
 
305
                                alert(resposta.courseName);
-
 
306
                                $scope.$apply();
304
                                $scope.$apply();
307
                            },
305
                            },
308
                            function () {
306
                            function () {
309
                            }
307
                            }
310
                        );
308
                        );