We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4ce04 commit aaaf001Copy full SHA for aaaf001
index.html
@@ -48,6 +48,7 @@
48
var defaults = config.$get();
49
config.set({
50
appName: 'angular-filemanager',
51
+ listUrl: 'listing-response-example.json',
52
pickCallback: function(item) {
53
var msg = 'Picked %s "%s" for external use'
54
.replace('%s', item.type)
0 commit comments