X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=ang%2FcrmExample.js;h=138ce8f12a5b8d03d02f7d75b93e94c9be125a46;hb=ba4f645372a636182ddc111d38f1c7f32b149a29;hp=d32d81d29a620bf4bd9b860df8b2e4ab04e994e6;hpb=816aa293ee0b48672114df4cad57e1ca0c362599;p=civicrm-core.git diff --git a/ang/crmExample.js b/ang/crmExample.js index d32d81d29a..138ce8f12a 100644 --- a/ang/crmExample.js +++ b/ang/crmExample.js @@ -1,8 +1,6 @@ (function(angular, $, _) { - angular.module('crmExample', [ - 'crmUtil', 'ngRoute', 'ui.utils', 'crmUi' - ]); + angular.module('crmExample', CRM.angRequires('crmExample')); angular.module('crmExample').config([ '$routeProvider',