• Robert Knight's avatar
    Fix sidebar app failing to load in Firefox extension. · 90927d28
    Robert Knight authored
    Angular has a check for Chrome Packaged Apps in its `$sniffer` service
    which changes the behavior of the $location service and in the Firefox
    extension, triggers a redirect from `/client/app.html` to
    `/#client/app.html` on startup, breaking the sidebar app.
    
    This commit works around the problem by adding a fake
    `window.chrome.app` object to convince Angular that the Firefox
    extension is not a Chrome Packaged App.
    
    Issue reported upstream at https://github.com/angular/angular.js/issues/16068
    90927d28
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...