[Mobile] Use mct-device in tree nodes

This commit is contained in:
Victor Woeltjen
2015-09-18 12:25:51 -07:00
parent c057ba38a5
commit bf05e55d02
2 changed files with 16 additions and 3 deletions

View File

@ -94,6 +94,10 @@ define(
link: link,
// We are transcluding the whole element (like ng-if)
transclude: 'element',
// 1 more than ng-if
priority: 601,
// Also terminal, since element will be transcluded
terminal: true,
// Only apply as an attribute
restrict: "A"
};