I could not find the way to use jQuery instead of jQuery Lite on AngularJS. AngularJS requires to load jQuery on global scope, but "import" is asynchronous and not in global scope. I googled, but ...
I've seen in your readme that the ng-app directive is required and that the usage of manual bootstrap of angular does not work well with jquery-mobile, as jquery-mobile relies on the jQuery ready ...