We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634fa2 commit 7ba0cbfCopy full SHA for 7ba0cbf
assignment1/index.html
@@ -9,14 +9,13 @@
9
</head>
10
<body>
11
<div class="container">
12
- <h1 class="text-center">Lunch Order</h1>
+ <h1>Lunch Order</h1>
13
<div ng-controller="LunchCheckController">
14
<form>
15
<div class="alert alert-{{noticeType}}" id="message">{{message}}</div>
16
- <br/>
17
<div class="form-group">
18
<label for="foodItems">Enter Food Items:</label>
19
- <input type="text" ng-model="foodItems">
+ <input type="text" ng-model="foodItems" class="form-control" placeholder="List comma separated dishes you usually have for lunch">
20
</div>
21
<button class="btn btn-primary" type="submit" ng-click="checkLunchItems()">Check if too much</button>
22
</form>
0 commit comments