Skip to content

Commit

Permalink
Enable strict checking for Angular DI
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jun 29, 2017
1 parent 248c540 commit 831dfe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/app/index.html
Original file line number Diff line number Diff line change
@@ -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">
Expand Down
2 changes: 1 addition & 1 deletion client/app/multi_org.html
Original file line number Diff line number Diff line change
@@ -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">
Expand Down

0 comments on commit 831dfe6

Please sign in to comment.