Remove commented out line
[civicrm-core.git] / ext / afform / gui / ang / afGuiAdmin.aff.html
CommitLineData
f6c0358e
CW
1<div ng-if="!routeParams.name">
2 <div af-gui-list=""></div>
3</div>
4
5<div ng-if="routeParams.name">
6 <div af-gui-editor="{name: routeParams.name}"></div>
7</div>