1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

chore(app): fail on angular components missing nginject (#4224)

This commit is contained in:
Chaim Lev-Ari 2021-01-17 09:28:09 +02:00 committed by GitHub
parent a2d9734b8b
commit 08e392378e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<!DOCTYPE html <!DOCTYPE html
><html lang="en" ng-app="<%= name %>"> ><html lang="en" ng-app="<%= name %>" ng-strict-di>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>Portainer</title> <title>Portainer</title>