Merge pull request #19417 from eileenmcnaughton/test
[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">
b0ad1940 5 <oauth-provider-list></oauth-provider-list>
128850fd
TO
6 </div>
7
8 <div ng-if="routeParams.provider">
b0ad1940 9 <oauth-provider-detail options="{provider: theProviders[routeParams.provider]}"></oauth-provider-detail>
128850fd 10 </div>
b0ad1940 11</div>