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 d520da5 commit 13eca1bCopy full SHA for 13eca1b
src/nativescript-angular/directives/list-view-comp.ts
@@ -64,7 +64,7 @@ export class ListViewComponent {
64
let viewRef: EmbeddedViewRef;
65
66
if (args.view) {
67
- console.log("ListView.onItemLoading: " + index + " - Reusing exisiting view");
+ console.log("ListView.onItemLoading: " + index + " - Reusing existing view");
68
viewRef = args.view[NG_VIEW];
69
}
70
else {
@@ -126,4 +126,4 @@ function getSingleViewFromViewRef(viewRef: EmbeddedViewRef): View {
126
127
128
return getSingleViewRecursive(viewRef.rootNodes, 0);
129
-}
+}
0 commit comments