{{ revision.title }}
The title outputs fine, but the content - does
So the fix is this:
include angular-sanitize.min.js from http://code.angularjs.org/ and include it in your module:
angular-sanitize.min.js
var app = angular.module('app', ['ngSanitize']);
and then you're free to use ng-bind-html
ng-bind-html