Google's platform.js script for handling web logins can end in a callback to initiate some function in our code:
<script src="https://apis.google.com/js/platform.js?onload=appStart" async defer>
In spite of the many Angular tutorials and examples, I have yet to find a way to have this callback execute in an Angular controller. How do I connect this callback to an Angular controller or other appropriate mechanism of Angular?