mirror of
https://github.com/getredash/redash.git
synced 2026-03-23 04:00:09 -04:00
Enable strict checking for Angular DI
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html ng-app="app">
|
||||
<html ng-app="app" ng-strict-di>
|
||||
<head lang="en">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html ng-app="app">
|
||||
<html ng-app="app" ng-strict-di>
|
||||
<head lang="en">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8">
|
||||
|
||||
Reference in New Issue
Block a user