Skip to content

Commit 41131e2

Browse files
authored
Update step-23-filtering-5295470.md (#171)
Removing the formatter property in the controller. The formatter property is not used (even from the associated view) and is assigned a nonexistent value. It seems that it is a leftover from an old version which no longer has any reason to exist; now formatter modules are directly loaded into the view via sap.ui.core.require.
1 parent 215dc37 commit 41131e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/03_Get-Started/step-23-filtering-5295470.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ sap.ui.define([
7070
"use strict";
7171

7272
return Controller.extend("ui5.walkthrough.controller.InvoiceList", {
73-
formatter: formatter,
74-
7573
onInit() {
7674
const oViewModel = new JSONModel({
7775
currency: "EUR"

0 commit comments

Comments
 (0)