Thanks for the information Sander.  I will look at plunker and use that in 
the future.

I did change the code a bit:

 </div>                               
                            <br />
                            Blue Chip: <input type="checkbox" 
ng-model="showText">
                            <br />
                            <div ng-hide="editorEnabled">
                                <a href="#" 
ng-click="editorEnabled=!editorEnabled">Edit Amount</a>
                            </div>
                            <div ng-show="editorEnabled">
                                <input ng-model="whiteamount" 
ng-show="editorEnabled">
                                <a href="#" 
ng-click="editorEnabled=!editorEnabled">Done editing?</a>
                            </div>
                        </div>

Thanks again.  I am very new to AngularJS and development so this is all so 
new.  It's also a lot of fun.  Just figured this out late last night and 
what a great feeling.  Future code post will be created in plunker.

On Thursday, March 20, 2014 8:54:27 PM UTC-7, Sander Elias wrote:
>
> Hi Snteran,
>
> Your code seems fine, 
> it works for me: http://plnkr.co/edit/x73qAY65tQ6Vte7gwhtA?p=preview
> When you ask for help, use plunker, saves time for the people trying to 
> help you!
>
> Regards
> Sander
>

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