Windows App crash on Select/Option

My windows 10 app using ionic 1 getting crash when i tap to select option with below error.

'WWAHost.exe' (Script): Loaded 'Script Code (MSAppHost/2.0)'. 
The program '[4164] WWAHost.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.

Any Help Please ?

What does that mean?

How do you build your app for Win10?

I did build app using visual studio 2015, and testing with device lumia 940
and simulator. When tap to select option than app get crash.

What “option” are you “tap to select” how and where?

Below is my option list code in my template file

<select ng-model="data.poicat" ng-init="data.poicat='POI01'">
	<option value="POI01">POI01 </option>
	<option value="POI02">POI02</option>
	<option value="POI03">POI03</option>
	<option value="POI04">POI04</option>
	<option value="POI05">POI05</option>
	<option value="POI06">POI06</option>
</select>

When i tap to select for option in Windows app App get crash, same code working good with Android and IOS but only issue with windows App.

Can you create a minimal example and upload the file somewhere?

Test project code https://app.box.com/s/0tgqr41cx8htye0qwto9vizvuen6k6mh
Video for issue https://app.box.com/s/91bbobxutsbe9yiagwfenc0wpwuksdft

did you check ? got something for it ?

I looked but have no idea - never programmed with IOnic v1 for Windows. But maybe someone else can help.