From b1873c292aba0feb5700d4327ea0b3c78ab7681c Mon Sep 17 00:00:00 2001 From: Peter Staev Date: Fri, 23 Jun 2017 21:12:27 +0300 Subject: [PATCH] changes from #103 fixes #99 --- angular/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/angular/index.ts b/angular/index.ts index ad0c070..d526e13 100644 --- a/angular/index.ts +++ b/angular/index.ts @@ -1,7 +1,6 @@ import { AfterViewInit, Directive, ElementRef, HostListener, Inject, NgModule, forwardRef } from "@angular/core"; import { FormsModule, NG_VALUE_ACCESSOR } from "@angular/forms"; import { BaseValueAccessor, registerElement } from "nativescript-angular"; -import { convertToInt } from "nativescript-angular/common/utils"; import { View } from "tns-core-modules/ui/core/view"; registerElement("DropDown", () => require("../drop-down").DropDown); @@ -47,7 +46,7 @@ export class SelectedIndexValueAccessor extends BaseValueAccessor