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