Add partial implementation of tabs and tab groups

This commit is contained in:
gconsidine
2017-05-25 15:08:59 -04:00
parent a322fe97f6
commit 15759b65aa
17 changed files with 166 additions and 31 deletions

View File

@@ -3,7 +3,10 @@ function atPanelBody (pathService) {
restrict: 'E',
replace: true,
transclude: true,
templateUrl: pathService.getPartialPath('components/panel/body')
templateUrl: pathService.getPartialPath('components/panel/body'),
scope: {
state: '='
}
};
}