Commit 0a2aa606 authored by Evren Kutar's avatar Evren Kutar

strict di mode add

parent 39c98683
...@@ -52,3 +52,8 @@ angular.module( ...@@ -52,3 +52,8 @@ angular.module(
notAuthenticated: 'auth-not-authenticated', notAuthenticated: 'auth-not-authenticated',
notAuthorized: 'auth-not-authorized' notAuthorized: 'auth-not-authorized'
}); });
// test the code with strict di mode to see if it works when minified
//angular.bootstrap(document, ['zaerp'], {
// strictDi: true
//});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment