Merge branch 'next' of https://github.com/WebGoat/WebGoat into next

This commit is contained in:
diver-sity
2014-09-13 06:05:57 +10:00
9 changed files with 118 additions and 128 deletions

View File

@ -151,7 +151,7 @@ goat.controller('goatLesson', function($scope, $http, $modal, $log, $templateCac
$scope.showAbout = function() {
$('#aboutModal').modal({
remote: 'about.mvc'
//remote: 'about.mvc'
});
};