Fix Angular bootstrap

This commit is contained in:
Jonathan Cremin 2016-03-28 16:20:50 +01:00
parent d3a3101bc6
commit 2ae55a760f
2 changed files with 3 additions and 1 deletions

View file

@ -126,3 +126,5 @@ app.run(['$location', '$rootScope', ($location, $rootScope) => {
} }
}); });
}]); }]);
angular.bootstrap(document, ['hostr']);

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" ng-app="hostr"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">