Is it a good practice to have one controller, but two different html file templates that shows same data but in different format.
Basically I need slightly different template to present the view on a modal dialog and different template to show when it is called on a web page. Any suggestions, advice is appreciated.
Thanks!!