Files
meanTorrent/public/js/init.js
2013-11-22 03:37:48 +02:00

7 lines
223 B
JavaScript

angular.element(document).ready(function() {
//Fixing facebook bug with redirect
if (window.location.hash == "#_=_") window.location.hash = "";
//Then init the app
angular.bootstrap(document, ['mean']);
});