asdf
This commit is contained in:
parent
37a40a49ff
commit
b425be39d4
|
@ -354,7 +354,9 @@ app.controller('websiteCtrl', [
|
||||||
if (dir.directory) {
|
if (dir.directory) {
|
||||||
debugger;
|
debugger;
|
||||||
console.log('asdfasdfasdf');
|
console.log('asdfasdfasdf');
|
||||||
}
|
vm.things = [];
|
||||||
|
vm.things.push(dir.name);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue