Add initial app configure jump links
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user