Skip to content

Commit

Permalink
WW-4522 Support latest stable AngularJS version in maven angularjs ar…
Browse files Browse the repository at this point in the history
…chetype

- Add missing semicolon
  • Loading branch information
jogep committed Jul 11, 2015
1 parent d0a25d6 commit f200a84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
DataService.getProjects().then(function(data) {
$scope.projects = data.projectNames;
}, function() {
$log.error('Could not receive project names.')
$log.error('Could not receive project names.');
});
};

Expand Down

0 comments on commit f200a84

Please sign in to comment.