Added code snipped emitted from Google Analytics App to index.html, then added this to main controller
$scope.$on('$viewContentLoaded', function(event) {
$window._gaq.push(['_trackPageview', $location.path()]);
});
Done. Full tracking just works. Amazing!