When I inject an angularjs ui module  in my app 

var app =   angular.module("app",['ui.router']);

my ui-sref links are clickable and worked well


       
<ul class="nav navbar-nav">
<li> <a ui-sref="home" ui-sref-active="active" style="background-color:#84b1f9; 
color:black;" >Home</a></li>

but when I inject other modules in the app , mouse couldn't hover and  
ui-sref links aren't clickable


app = angular.module('app',['ui.router','ngAnimate', 'ngSanitize', 
'ui.bootstrap']);





-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to