Java Reference
In-Depth Information
In the index.html file, we need to add all the required libraries along with our well-
known Bootstrap structure:
<!doctype html>
<html lang="en" ng-app="ticketApp">
<head>
<meta charset="utf-8">
<title>Ticket Service</title>
<link rel="stylesheet" href=""webjars/bootstrap/3.2.0/
css/bootstrap.css">
<link rel="stylesheet" href=""webjars/bootstrap/3.2.0/
css/bootstrap-theme.css">
<style>
body {
padding-top: 60px;
}
</style>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top"
role="navigation">
</div>
<div class="container" ng-controller="SeatCtrl">
Search WWH ::




Custom Search