Remove obsolete `ng-cloak` directives
`ng-cloak` exists to hide Angular templates in the HTML page until they are processed by Angular's template compiler. This is now unnecessary since the only thing present in the initial HTML page is the empty `<hypothesis-app>` element.
Showing
Please register or sign in to comment