| 
18 | 18 |     <link rel="stylesheet" href="bower_components/bootswatch/paper/bootstrap.min.css" />  | 
19 | 19 |   <!-- /third party -->  | 
20 | 20 | 
 
  | 
21 |  | -    | 
 | 21 | +  <!-- Uncomment if you need to use raw source code  | 
22 | 22 |     <script src="src/js/app.js"></script>  | 
23 | 23 |     <script src="src/js/directives/directives.js"></script>  | 
24 | 24 |     <script src="src/js/filters/filters.js"></script>  | 
 | 
33 | 33 |     <link href="src/css/animations.css" rel="stylesheet">  | 
34 | 34 |     <link href="src/css/dialogs.css" rel="stylesheet">  | 
35 | 35 |     <link href="src/css/main.css" rel="stylesheet">  | 
36 |  | -   | 
 | 36 | +  -->  | 
37 | 37 | 
 
  | 
38 |  | -  <!-- Comment if you need to use raw source code   | 
 | 38 | +  <!-- Comment if you need to use raw source code -->  | 
39 | 39 |     <link href="dist/angular-filemanager.min.css" rel="stylesheet">  | 
40 | 40 |     <script src="dist/angular-filemanager.min.js"></script>  | 
41 |  | -  /Comment if you need to use raw source code -->  | 
 | 41 | +  <!-- /Comment if you need to use raw source code -->  | 
42 | 42 | 
 
  | 
43 | 43 |   <script type="text/javascript">  | 
44 | 44 |     //example to override angular-filemanager default config  | 
 | 
48 | 48 |         appName: 'github.com/joni2back/angular-filemanager',  | 
49 | 49 |         allowedActions: angular.extend(defaults.allowedActions, {  | 
50 | 50 |           remove: true  | 
51 |  | -        }),  | 
52 |  | -        listUrl: 'http://localhost:1337/api/user/storage/objests',  | 
53 |  | -        removeUrl: 'http://localhost:1337/api/user/storage/delete',  | 
54 |  | -        uploadUrl: 'http://localhost:1337/api/user/storage/upload',  | 
55 |  | -        downloadFileUrl: 'http://localhost:1337/api/user/storage/download',  | 
56 |  | -        getContentUrl: 'http://localhost:1337/api/user/storage/content',  | 
57 |  | -        editUrl: 'http://localhost:1337/api/user/storage/edit'  | 
 | 51 | +        })  | 
58 | 52 |       });  | 
59 | 53 |     }]);  | 
60 | 54 |   </script>  | 
61 | 55 | </head>  | 
62 | 56 | 
 
  | 
63 | 57 | <body class="ng-cloak">  | 
64 | 58 |   <angular-filemanager></angular-filemanager>  | 
 | 59 | + | 
 | 60 | +  <script>   | 
 | 61 | +    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){  | 
 | 62 | +    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),  | 
 | 63 | +    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)  | 
 | 64 | +    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');  | 
 | 65 | +    ga('create', 'UA-35182652-1', 'auto');  | 
 | 66 | +    ga('send', 'pageview');  | 
 | 67 | +  </script>  | 
65 | 68 | </body>  | 
66 | 69 | </html>  | 
0 commit comments