jlorek
Results
2
issues of
jlorek
Despite the underlying input checkbox, the $dirty flag is neither set on the associated ngModel controller, nor the ngForms controller. Plunker: http://plnkr.co/edit/2oPnew?p=preview
I'm trying to capture an image from a running camera preview. ``` public async Task InitializeCamera() { var cameraID = await GetCameraID(Windows.Devices.Enumeration.Panel.Back); var settings = new MediaCaptureInitializationSettings { StreamingCaptureMode =...