Add initial app configure jump links

This commit is contained in:
Johannes Zellner
2019-09-12 15:59:40 +02:00
parent a99d31535c
commit aafa698776
3 changed files with 64 additions and 12 deletions

View File

@@ -28,6 +28,11 @@ angular.module('Application').controller('AppController', ['$scope', '$location'
});
};
$scope.scrollTo = function (elemId) {
var elem = document.getElementById(elemId);
elem.scrollIntoView();
};
$scope.display = {
busy: false,
error: {},