Fix home page.

This commit is contained in:
Igor Kulikov 2017-12-05 16:59:00 +02:00
parent db9918413e
commit 09880a64b1

View File

@ -33,9 +33,7 @@ export default function HomeLinksController($scope, $mdMedia, menu) {
updateColumnCount(); updateColumnCount();
menu.getHomeSections().then((homeSections) => { vm.model = menu.getHomeSections();
vm.model = homeSections;
});
function updateColumnCount() { function updateColumnCount() {
vm.cols = 2; vm.cols = 2;