Skip to content

Commit 5c9e1c0

Browse files
authored
Merge pull request #114 from alison985/111_with_strict
111 with strict
2 parents 984e44d + 16955ca commit 5c9e1c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/app/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html ng-app="app">
2+
<html ng-app="app" ng-strict-di>
33
<head lang="en">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<meta charset="UTF-8">

client/app/multi_org.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html ng-app="app">
2+
<html ng-app="app" ng-strict-di>
33
<head lang="en">
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<meta charset="UTF-8">

client/app/pages/queries/get-data-source-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function GetDataSourceVersionCtrl(Events, toastr, $scope, DataSource, $route) {
2-
// 'ngInject';
2+
'ngInject';
33

44
this.getDataSourceVersion = DataSource.version(
55
{

0 commit comments

Comments
 (0)