Fixed site footer so that content width always matches the header and body.

This commit is contained in:
chouseknecht
2013-10-27 18:28:36 +00:00
parent d85535253b
commit 0e5b358cb6
3 changed files with 3 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ function InventoryGroups ($scope, $rootScope, $compile, $location, $log, $routeP
{
ClearScope('htmlTemplate'); //Garbage collection. Don't leave behind any listeners/watchers from the prior
//scope.
//scope.
var generator = GenerateForm;
var form = InventoryGroupsForm;