Fix Angular bootstrap
This commit is contained in:
parent
d3a3101bc6
commit
2ae55a760f
2 changed files with 3 additions and 1 deletions
|
@ -126,3 +126,5 @@ app.run(['$location', '$rootScope', ($location, $rootScope) => {
|
|||
}
|
||||
});
|
||||
}]);
|
||||
|
||||
angular.bootstrap(document, ['hostr']);
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" ng-app="hostr">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue