We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88dbc0e commit c96c3f1Copy full SHA for c96c3f1
n2f-src/client/falcor-app/app.ts
@@ -109,7 +109,7 @@ import * as JsDiff from 'diff';
109
</employee-list>
110
</my-employee-lists>
111
</falcor-contents>
112
- <filter-status *ng-if="myEmployeeListsTotalLength">Employeeing {{ myEmployeeLists.length }} of {{ myEmployeeListsTotalLength }} total.</filter-status>
+ <filter-status *ng-if="myEmployeeListsTotalLength">Showing {{ myEmployeeLists.length }} of {{ myEmployeeListsTotalLength }} total.</filter-status>
113
</column>
114
<column>
115
<h6>Falcor's in-memory cache</h6>
0 commit comments