I am new to AngularJs. I have a requirement where I have to lookup for an IP Address search bar and then display the search results below while showing the search bar. Both the views should be loaded from a partial file.
The search bar is one section of div and the search results in another div section. With regular ng-route
, this is not possible. Hence, I am planning to use AngulrUI-router
- Can I use AngularUI router for this use-case since my initial understanding of the angular-ui router is more of state machines. If we can use ui-router, which module will help me. Please provide some inputs.
- How can we implement this feature in AngularJs? Any standard way to develop such feature?
Regards, Pradeep