Auto-update AngularJS Cordova Updates on a tethered Android device via Visual Studio

I am writing a phone application using Cordova and AngularJS through Visual Studio 2013. I am at the point where I am debugging my application using a linked Android phone. I can easily manipulate the real time DOM through Visual Studio and automatically update the DOM on the phone, but does anyone know if it is possible to edit the JS in VS and automatically update it to the bound device, build / redeploy?

+3


source to share





All Articles