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.
debugger
1 parent 8b6c5e7 commit b40783aCopy full SHA for b40783a
nativescript-angular/directives/tab-view.ts
@@ -18,7 +18,6 @@ export class TabViewDirective {
18
}
19
20
set selectedIndex(value) {
21
- debugger;
22
this._selectedIndex = utils.convertToInt(value);
23
if (this.viewInitialized) {
24
this.tabView.selectedIndex = this._selectedIndex;
@@ -31,7 +30,6 @@ export class TabViewDirective {
31
30
32
ngAfterViewInit() {
33
this.viewInitialized = true;
34
35
rendererLog("this._selectedIndex: " + this._selectedIndex);
36
if (!isBlank(this._selectedIndex)) {
37
0 commit comments