ux breadcrumb work

This commit is contained in:
Torkel Ödegaard
2017-11-23 21:48:25 +01:00
parent b3ddcc8077
commit 02e2d5da2b
6 changed files with 75 additions and 81 deletions

View File

@@ -7,7 +7,6 @@ export function geminiScrollbar() {
link: function(scope, elem, attrs) {
let scrollbar = new PerfectScrollbar(elem[0]);
console.log('scrllbar!');
scope.$on('$destroy', () => {
scrollbar.destroy();