Commit f3299af1 authored by Evren Kutar's avatar Evren Kutar

strict di mode add

parent ddb49705
......@@ -52,3 +52,8 @@ angular.module(
notAuthenticated: 'auth-not-authenticated',
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