I have implemented  SPA using angularJS  and MVC4 and trying to load 
iframes on user login. when page is loaded I get images which I m loading 
over iframe. I would like this images to slide left or right on mobile 
browser or any touch device. 

 Here is code so far

.cshtml - View

@model MobileUI.Models.Option

<div class="page-container">
            <div class="row ">
                    <div>
                        @foreach (var URI in Model.links)
                        {
                            <iframe id="frame" frameborder="0" 
style="border:0" width="100%" src="@URI"></iframe>

                        }
                    </div>
          </div>
</div>



Can someone please help me in how angularjs can be used to get this 
functionality. This is my first time using angularJS

-- 
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.

Reply via email to