|
|
@@ -4,7 +4,7 @@ app.component('appUserArea', {
|
|
|
bindings: {
|
|
|
titleText: '@'
|
|
|
},
|
|
|
- template: html`<div ng-transclude></div>`,
|
|
|
+ template: html`<div flex="100" ng-transclude></div>`,
|
|
|
controller: function($scope, $rootScope) {
|
|
|
$rootScope.inUserArea = ($rootScope.inUserArea || 0) + 1
|
|
|
$rootScope.userArea = this
|