Add a button to filter correction list
This commit is contained in:
parent
e9c25ddd96
commit
c351de26ea
2 changed files with 7 additions and 1 deletions
|
@ -286,6 +286,7 @@ angular.module("AtsebaytApp")
|
|||
})
|
||||
|
||||
.controller("QuestionController", function($scope, Survey, SurveyQuest, SurveyQuest, AllResponses, CorrectionTemplate, $http, $routeParams) {
|
||||
$scope.notCorrected = true
|
||||
$scope.survey = Survey.get({ surveyId: $routeParams.surveyId });
|
||||
$scope.survey.$promise.then(function(survey) {
|
||||
survey.start_availability = Date.parse(survey.start_availability)
|
||||
|
|
Reference in a new issue