Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
fe2b9c4c
Commit
fe2b9c4c
authored
4 years ago
by
colemanw
Browse files
Options
Downloads
Patches
Plain Diff
Angular - Remove deprecated js file
parent
da176e2b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Civi/Angular/AngularLoader.php
+0
-1
0 additions, 1 deletion
Civi/Angular/AngularLoader.php
js/crm.angular.js
+0
-7
0 additions, 7 deletions
js/crm.angular.js
karma.conf.js
+0
-1
0 additions, 1 deletion
karma.conf.js
with
0 additions
and
9 deletions
Civi/Angular/AngularLoader.php
+
0
−
1
View file @
fe2b9c4c
...
...
@@ -143,7 +143,6 @@ class AngularLoader {
});
$res
->
addScriptFile
(
'civicrm'
,
'bower_components/angular/angular.min.js'
,
100
,
$this
->
getRegion
(),
FALSE
);
$res
->
addScriptFile
(
'civicrm'
,
'js/crm.angular.js'
,
101
,
$this
->
getRegion
(),
FALSE
);
$headOffset
=
0
;
$config
=
\CRM_Core_Config
::
singleton
();
...
...
This diff is collapsed.
Click to expand it.
js/crm.angular.js
deleted
100644 → 0
+
0
−
7
View file @
da176e2b
(
function
(
angular
,
$
,
_
)
{
// DEPRECATED: A variant of angular.module() which uses a dependency list provided by the server.
// REMOVE circa v4.7.22.
angular
.
crmDepends
=
function
crmDepends
(
name
)
{
return
angular
.
module
(
name
,
CRM
.
angRequires
(
name
));
};
})(
angular
,
CRM
.
$
,
CRM
.
_
);
This diff is collapsed.
Click to expand it.
karma.conf.js
+
0
−
1
View file @
fe2b9c4c
...
...
@@ -35,7 +35,6 @@ module.exports = function(config) {
'
js/Common.js
'
,
'
js/crm.datepicker.js
'
,
'
bower_components/angular/angular.js
'
,
'
js/crm.angular.js
'
,
angularTempFile
,
'
bower_components/angular-file-upload/angular-file-upload.js
'
,
'
bower_components/angular-jquery-dialog-service/dialog-service.js
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment