Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions angular.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@

<li>
<input type="text" name="searchbar" class="form-control" id="searchbar" placeholder="Search Here">
<p>This the is the pull request</p>
</li>
<li><button class="btn btn-info" id="ico"><i class="fas fa-search fa-3px"></i></button></li>

Expand Down Expand Up @@ -87,6 +88,7 @@
</div>
</div>


<script>
var app = angular.module("myApp", ["ui.router"]);
app.config(function($stateProvider) {
Expand Down