X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2Fapi4Explorer.ang.php;h=2eec108aaf14abe9d0c390e7640a8c7c12c596ef;hb=90f86d4f0a5b5ae29a646e71d79e760b4bd09003;hp=176d740d89255a34bcc7adaf7a9a6df71813b1b7;hpb=19b53e5b6c7ff859e40d1750def795e5968f45b1;p=civicrm-core.git diff --git a/ang/api4Explorer.ang.php b/ang/api4Explorer.ang.php index 176d740d89..2eec108aaf 100644 --- a/ang/api4Explorer.ang.php +++ b/ang/api4Explorer.ang.php @@ -1,11 +1,10 @@ 'civicrm', 'js' => [ 'ang/api4Explorer.js', - 'ang/api4Explorer/*.js', - 'ang/api4Explorer/*/*.js', - 'lib/*.js', + 'ang/api4Explorer/Explorer.js', ], 'css' => [ 'css/api4-explorer.css', @@ -14,5 +13,5 @@ return [ 'ang/api4Explorer', ], 'basePages' => [], - 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize'], + 'requires' => ['crmUi', 'crmUtil', 'ngRoute', 'crmRouteBinder', 'ui.sortable', 'api4', 'ngSanitize', 'dialogService', 'checklist-model'], ];