Skip to content

Commit b8d7612

Browse files
committed
update angular file for reps
2 parents 08206b1 + 0b8ce46 commit b8d7612

File tree

5 files changed

+624
-529
lines changed

5 files changed

+624
-529
lines changed

dist/angular-filemanager.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<link rel="stylesheet" href="bower_components/bootswatch/paper/bootstrap.min.css" />
1919
<!-- /third party -->
2020

21-
21+
<!-- Uncomment if you need to use raw source code
2222
<script src="src/js/app.js"></script>
2323
<script src="src/js/directives/directives.js"></script>
2424
<script src="src/js/filters/filters.js"></script>
@@ -33,12 +33,12 @@
3333
<link href="src/css/animations.css" rel="stylesheet">
3434
<link href="src/css/dialogs.css" rel="stylesheet">
3535
<link href="src/css/main.css" rel="stylesheet">
36-
36+
-->
3737

38-
<!-- Comment if you need to use raw source code
38+
<!-- Comment if you need to use raw source code -->
3939
<link href="dist/angular-filemanager.min.css" rel="stylesheet">
4040
<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 -->
4242

4343
<script type="text/javascript">
4444
//example to override angular-filemanager default config
@@ -48,19 +48,22 @@
4848
appName: 'github.com/joni2back/angular-filemanager',
4949
allowedActions: angular.extend(defaults.allowedActions, {
5050
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+
})
5852
});
5953
}]);
6054
</script>
6155
</head>
6256

6357
<body class="ng-cloak">
6458
<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>
6568
</body>
6669
</html>

0 commit comments

Comments
 (0)