scope.cancel = function()

in entity-browser-frontend/app/directive/form-view.js [23:29]


                scope.cancel = function () {
                    if (scope.editMode && !currentDatabase.get().readonly) {
                        confirmExit(toSearch);
                    } else {
                        navigation.toType(scope.entity().typeId);
                    }
                };