I would like to set page titles in AngularJS dynamically per route, and the solution in https://stackoverflow.com/a/13407227/353337 has served me well. Now, instead of having the page title say "Article", I would like to display the actual title of the article, i.e., I'd like to use information from the current scope.
How would this be possible?