angular-widget icon indicating copy to clipboard operation
angular-widget copied to clipboard

Asynchronous setManifestGenerator Function

Open sonoman opened this issue 10 years ago • 0 comments

Would be better if the Downloading and Bootstraping process is aligned with the asynchronous pattern...this way, if inside the function that resolves the manifest there is some asynchronous initialization stage (like reading a remote json file with apps information) developer can call to "done(manifest)" (passed by angular-widget) on the resolution of $http.get for example.

sonoman avatar Nov 03 '14 14:11 sonoman