Why does it break your images? Is this a css issue? Or maybe some directive responding to class="slides"? Are you using the angular version of flex slider?
https://github.com/EnthusiasticCode/angular-flexslider On Thursday, April 17, 2014 11:19:55 PM UTC-6, Mack Solomon wrote: > > HI I am using flex slider in one of my views and the .slides class breaks > the images. > > What can I do to fix this issue? > > Here is the html in my view: > > <div class="flexslider"> > <ul class="slides"> > <li> > <img ng-src="img/{{projects[whichItem].url}}_home.jpg" alt="Photo of > {{projects[whichItem].title}}" /> > </li> > <li> > <img ng-src="img/{{projects[whichItem].url}}_mobile.jpg" alt="Photo of > {{projects[whichItem].title}}" /> > </li> > </ul> > </div> > > Any thoughts? let me know if you need more info like my controllers or > anything in my app.js file. > > Thanks a lot in advance. > > Cheers! > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
