🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@ayu-haker
Copy link

…ript> tag

The AngularJS library was being loaded using an HTML tag, which is incorrect for JavaScript files. As a result, AngularJS was never executed, causing the application’s modules, controllers, and data bindings to fail during runtime.

This commit replaces the tag with the correct <script> tag pointing to the same AngularJS CDN URL. With this change, AngularJS now loads properly and the application initializes as expected.

This improves site functionality, prevents console errors, and restores all Angular-dependent features such as dynamic repo listing, controllers, filters, and project statistics.

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…ript> tag

The AngularJS library was being loaded using an HTML <link> tag, which is
incorrect for JavaScript files. As a result, AngularJS was never executed,
causing the application’s modules, controllers, and data bindings to fail
during runtime.

This commit replaces the <link> tag with the correct <script> tag pointing
to the same AngularJS CDN URL. With this change, AngularJS now loads
properly and the application initializes as expected.

This improves site functionality, prevents console errors, and restores all
Angular-dependent features such as dynamic repo listing, controllers,
filters, and project statistics.
@ayu-haker ayu-haker closed this Nov 22, 2025
@ayu-haker ayu-haker reopened this Nov 22, 2025
@ayu-haker
Copy link
Author

I have signed the Adobe CLA. Please re-check. Thank you!

@ayu-haker ayu-haker closed this Nov 22, 2025
@ayu-haker ayu-haker reopened this Nov 22, 2025
@ayu-haker ayu-haker closed this Nov 22, 2025
@ayu-haker ayu-haker reopened this Nov 23, 2025
@ayu-haker ayu-haker closed this Nov 23, 2025
@ayu-haker
Copy link
Author

i am signin to adobecla but its not updating here i also have the copy of the agreement

@ayu-haker ayu-haker reopened this Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant