Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix: Correct AngularJS CDN import by replacing <link> with proper <sc…
…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.
  • Loading branch information
ayu-haker authored Nov 22, 2025
commit 34ba80f12aaaaea0a36a42e865a2ea669ce87634
Loading