Native APP (Android/iOS) with externally loaded/updated templateUrl

From what I have tested, it is possible without any problem in the transitions to use templateUrl in a $stateProvider that are external from the app.
The app loads the html files once it loads.
The main reason to load the html files externally, except the index.html is because I want to create and package an app using Phonegap, so that I will not have to resubmit the app to the Apple and Play Store, whenever I change something in the app’s html files.

I know that the files that are submitted and packaged to the Apple / Play Store are code signed, but this doesn’t apply for the externally loaded resources. Right?

Is this possible?
What problems do you see at this approach?

http://stackoverflow.com/questions/27036605/native-app-android-ios-externally-loaded-updated-using-ionic-phonegap-angula