UNPKG

grunt-tdevopsui5

Version:

UI5 tools for build/deploy/version managment of ui5 applicaton

14 lines (12 loc) 365 B
sap.ui.define(['pslint/appid/controller/BaseController'], function(BaseController) { 'use strict'; return BaseController.extend('pslint.appid.controller.NotFound', { /** * Navigates to the masterPR when the link is pressed * @public */ onLinkPressed: function() { this.getRouter().navTo('StartPage'); }, }); });