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']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue