mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
chore(app): fail on angular components missing nginject (#4224)
This commit is contained in:
parent
a2d9734b8b
commit
08e392378e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html
|
||||
><html lang="en" ng-app="<%= name %>">
|
||||
><html lang="en" ng-app="<%= name %>" ng-strict-di>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Portainer</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue