Merge pull request #18935 from eileenmcnaughton/pps
[civicrm-core.git] / ext / oauth-client / ang / oauthClientAdmin.aff.html
CommitLineData
128850fd
TO
1<div oauth-util-import="CRM.oauthUtil.providers" to="theProviders"></div>
2
3<div id="bootstrap-theme">
4 <div ng-if="!routeParams.provider">
5 <div oauth-provider-list></div>
6 </div>
7
8 <div ng-if="routeParams.provider">
9 <div oauth-provider-detail="{provider: theProviders[routeParams.provider]}"></div>
10 </div>
11</div>