Browse Source

removed permissions auto load

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
4fb9bdbe77
2 changed files with 1 additions and 6 deletions
  1. 0
    1
      TODO
  2. 1
    5
      src/luticateauth.js

+ 0
- 1
TODO View File

1
-Remove automatic permission load

+ 1
- 5
src/luticateauth.js View File

3
  */
3
  */
4
 
4
 
5
 (function() {
5
 (function() {
6
-    angular.module("luticateAuth", []).run(['luticateAuthUsers',
7
-        function(luticateAuthUsers)
8
-    {
9
-        luticateAuthUsers.loadPermissions(null);
10
-    }]);
6
+    angular.module("luticateAuth", []);
11
 })();
7
 })();

Loading…
Cancel
Save