[AngularJS] Re: Angular : How to detect changes made to form automatically

2016-09-17 Thread Sander Elias
Hi User12345 When using a form you can refer to the form by its name inside your controller. here is a small example: Email Password Remember me

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

2016-09-17 Thread Sander Elias
Hi Tony, Have a look at this: This is Div 1! This is Div 2! This is Div 3! This is Div 4! var app = angular.module('bgApp', ['ngAnimate']); app.controller('switchDiv', function($scope, $interval) { $scope.view = 1 $interval(function() {

[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 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: angular js image editor

2016-09-17 Thread Arpit Gupta
hello sir , actually i remove non-angular js events but it's not working now, how can i solve this problem ... because i spend too much time to create it. so please help me .. the link is http://plnkr.co/edit/o2lyt8wapWJWP8MJ6kMB On Wednesday, September 7, 2016 at 10:19:59