Fix home page.
This commit is contained in:
parent
db9918413e
commit
09880a64b1
@ -33,9 +33,7 @@ export default function HomeLinksController($scope, $mdMedia, menu) {
|
||||
|
||||
updateColumnCount();
|
||||
|
||||
menu.getHomeSections().then((homeSections) => {
|
||||
vm.model = homeSections;
|
||||
});
|
||||
vm.model = menu.getHomeSections();
|
||||
|
||||
function updateColumnCount() {
|
||||
vm.cols = 2;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user