Have three html screens.

Screen1.html:

<button id="screenbtn"></button>

Screen2.html:

<div id="sctmpl">
  <label>Label for screen two</label></div>

Screen3.html:

<div id="sctmpl1">
      <label>Label for screen three</label>
    </div>

All these screens are in different folders but under same root.

So on click of the button I need to toggle between screen2 and screen3, 
need to achieve using Angular Js.

As it is easy to manipulate in Jquery which I already achieved, but the 
scenario is to achieve in Angular JS.

Can any one please let me know how to achieve this with basic demo.

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