Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
kind of get it rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Dec 23, 2015
1 parent 5a5df5c commit 9b3a491
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions uw-frame-components/portal/main/directives.js
Expand Up @@ -7,6 +7,7 @@ define(['angular', 'require'], function(angular, require) {
app.directive('uwBody', function(){
return {
restrict : 'E',
transclude : true,
templateUrl : require.toUrl('./partials/body.html'),
controller : "PortalMainController"
};
Expand Down
1 change: 1 addition & 0 deletions uw-frame-components/portal/main/partials/body.html
Expand Up @@ -10,6 +10,7 @@
<div class="row page-content">
<div role="main" id="region-main" class="col-xs-12 no-padding">
<div ng-class="routeClass" ng-view role="application" aria-labelledby="app-title"></div>
<ng-transclude></ng-transclude> <!--For the people who just want a simple view-->
</div>
</div>
</div>
Expand Down

0 comments on commit 9b3a491

Please sign in to comment.