1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Add message view and controller

This commit is contained in:
Michael Crosby 2013-06-19 17:40:58 -09:00
parent dd8c4ce672
commit 37ea44a4dc
6 changed files with 61 additions and 11 deletions

View file

@ -29,6 +29,7 @@
<div class="container">
<div ng-include="template" ng-controller="MastheadController"></div>
<div ng-include="template" ng-controller="MessageController"></div>
<div id="view" ng-view></div>