AC-633 js error fixed.

This commit is contained in:
Chris Houseknecht 2013-11-13 22:33:01 +00:00
parent 7ac277fd24
commit 520f5e4861

View File

@ -860,16 +860,6 @@ angular.module('HostsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', 'H
scope.removeHostsReload = scope.$on('hostsReload', function() {
HostsReload(params);
});
// After the group record is loaded, retrieve any group variables
if (scope.hostLoadedRemove) {
scope.hostLoadedRemove();
}
scope.hostLoadedRemove = scope.$on('hostLoaded', function() {
});
if (!scope.$$phase) {
scope.$digest();