[AngularJS] I have $scope disconnect problem.

2016-07-29 Thread 'Tony Starke' via AngularJS
Hello, members of the Angularjs Technorati. I come to you today as a novice trying to make div panels hide and show, using $scope switching in a bolean statement. Here is the code: Untitled 33 START HERE! Button1 Button2 Button3 con1 con2

[AngularJS] Re: Angular: How do I switch multiple div layers using an interval service loop?

2016-09-18 Thread 'Tony Starke' via AngularJS
Thanks Sander, I just needed to get a feel for the conditional syntax in Angular. regards, Tony On Saturday, September 17, 2016 at 9:14:47 PM UTC-4, Tony Starke wrote: > *Ok, I would like to switch multiple div layers every 8 seconds, using a > interval service loop. Each div layer should

[AngularJS] Angular: How do I switch multiple div layers using an interval service loop?

2016-09-17 Thread 'Tony Starke' via AngularJS
*Ok, I would like to switch multiple div layers every 8 seconds, using a interval service loop. Each div layer should show every 8 seconds starting from div1 and ending with div4, then loops back to div1.Here is my code:* * Untitled 2 This should change

[AngularJS] Re: Need study material and samples application concept

2016-09-17 Thread 'Tony Starke' via AngularJS
Sure, some good source for learning angular are the following: www.w3schools.com, Lynda.com., google.com, forums(since it was develoed by Google), Also, here is a multitude of YouTube video tutorial. Happy learning. Tony On Friday, September 16, 2016 at 2:36:28 AM UTC-4, kumara...@gmail.com

[AngularJS] Angular: How do I initiate and show an animation of a div layer?

2016-09-19 Thread 'Tony Starke' via AngularJS
*Hi guys and gals. I need to open a menu div layer when a button is clicked and close menu div layer if it is open on mouseover event using angular. How do I start with a partially closed div and then get it to open on click event? My code seems sound yet it does not work. Here is the code:*

[AngularJS] Angular1: How do I inject a div layer into an animated div layer?

2016-09-30 Thread 'Tony Starke' via AngularJS
*Hi, guys and gals. Ok, I am having trouble attempting to bind a div layer inside of a sliding animated menu div after a button click. Ideally, every button click should show a different div layer with different data after the animated slide. Here is the code:* * * * Collapsible Menu