Cleanup component communication

This commit is contained in:
gconsidine
2017-05-17 18:22:01 -04:00
parent 8b91b16bea
commit 1644f78cf3
32 changed files with 241 additions and 230 deletions

View File

@@ -1,8 +1,8 @@
function atActionGroup (pathService) {
return {
restrict: 'E',
transclude: true,
replace: true,
transclude: true,
templateUrl: pathService.getPartialPath('components/action/action-group'),
scope: {
col: '@',