I have a bootstrap navbar at the top of my page main page and inside it is a text input. I want it hidden until a search is performed and the user sees the results in the results
controller .
This is inside my bootstrap navbar.
<input type="text" class="form-control" placeholder="Search">
For example:
Hidden: www.example.com/home/index
Visible: www.example.com/results