WEB-25 - Content for About Page

WEB-24 - Unauthenticated access should redirect to login page
This commit is contained in:
Rick Lawson
2014-09-12 08:18:25 -04:00
parent c9e6d1f7a7
commit 1e5e9c0b8b
8 changed files with 108 additions and 123 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'
});
};