Is it bad practice to declare both ng-app and ng-controller on the tag?
ng-app
ng-controller
For example:
You should be able to access and set the title via the $window abstraction, thus removing the need to put a controller on the html tag.
$window
html