I would like to use AngularJS for a single page webapp.
I am concerned if there is an elegant way to \"send\" different templates based on whether the client is
use boostrap. and it could be easily done.
and in landing.html
ANd in config
$routeProvider
.when(/,{
templateUrl : "landing.html"
controller : "landingCtrl"
});
it works floawlessley for me. Its not of the way. maybe there could be another using pure JS. This just happened pout of the box since i am using boostrap and leverage it to my advantage.