Skip to content

Commit

Permalink
changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenmann committed Apr 21, 2014
1 parent 236f867 commit 9679b3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/js/controllers/propertyCollection.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ angular.module('GSB.controllers.propertyCollection', ['GSB.config', 'GSB.service
var selectedProperties = $scope.subjectInst.selectedProperties;
AvailablePropertiesService.getProperties($scope.subjectInst.uri)
.then(function(data) {
console.log('HIER', data);
$scope.subjectInst.availableProperties = data;
}, function(error) {
console.log('alles doof');
log.error(error);
});
$scope.propertyOperators = globalConfig.propertyOperators;

Expand Down

0 comments on commit 9679b3f

Please sign in to comment.