Initial commit of empty HostController
This commit is contained in:
parent
840ead467b
commit
7faace32b9
|
@ -103,3 +103,7 @@ ZoneMinder.controller('ConfigController', function($scope, $http, Config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ZoneMinder.controller('HostController', function($scope, Footer) {
|
||||||
|
|
||||||
|
});
|
||||||
|
|
|
@ -6,7 +6,7 @@ xhtmlHeaders( __FILE__, 'Host' );
|
||||||
|
|
||||||
<?php include("header.php"); ?>
|
<?php include("header.php"); ?>
|
||||||
|
|
||||||
<div class="container-fluid">
|
<div class="container-fluid" ng-controller="HostController">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue