Hey all,

I'm new to Angular. I've got `index.html` set up like this:

    <div id="cheese-form" class="chart-form-wrapper"> ... </div>
    <div id="banana-form" class="chart-form-wrapper"> ... </div>
    <div id="chicken-form" class="chart-form-wrapper"> ... </div>
    <div id="cookie-form" class="chart-form-wrapper"> ... </div>
    <div id="next-prev-wrapper">
        <button>Previous</button>
        <button>Next</button>
    </div>


How would I set this up so that `#cheese-form` is the only `div` visible 
when the page loads? And when you click "Next" it will hide the current 
`div` and reveal the next one? Vice versa with the "Previous" button. 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to