persons page uses Bootstrap
This commit is contained in:
parent
68b0acc79c
commit
5aef8343ad
1 changed files with 7 additions and 0 deletions
|
@ -1,10 +1,15 @@
|
|||
<!doctype html>
|
||||
<html ng-app="eventManApp">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="/static/js/angular.min.js"></script>
|
||||
<script src="/js/controllers.js"></script>
|
||||
<title>Event Man(ager)</title>
|
||||
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body ng-controller="PersonsListCtrl">
|
||||
|
||||
<div class="container-fluid">
|
||||
|
@ -34,5 +39,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/jquery-2.1.3.min.js"></script>
|
||||
<script src="/static/js/bootstrap.min.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue