Skip to content

Commit

Permalink
Removed duplicate line.
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenmann committed Apr 21, 2014
1 parent 58875f0 commit 40887c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/js/controllers/subjectCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ angular.module('GSB.controllers.subjectCollection', ['ngSanitize','ui.select','G
// Subject selected to be added to the workspace.
$scope.selectedSubjectClass = undefined;

AvailableClassesService.getAvailableClasses($scope.availableSubjectClasses);

$scope.uiAddSubject = function() {
if($scope.selectedSubjectClass) { // If the selected option is undefined no subject will be added.
var newSubject = $scope.selectedSubjectClass;
Expand Down

0 comments on commit 40887c0

Please sign in to comment.