[AngularJS] How to: CRUD Using AngularJS and MVC Web API.

2016-09-15 Thread Alejandro Nava-Gomez
I would like to use AngularJS and MVC Web API to create a form and its CRUD operations (see image below) The form is constituted of three tables: Page, Preamble, Sections. It also has 3 drop down lists that will need to be populated from the database. This is my first attempt to create a

[AngularJS] angularJS: orderBy using multiple datasets/ tables

2015-12-16 Thread alejandro nava-gomez
I have a fiddle that sorts a table when clicking on the headers. I was able to make it work when using only one data-set, but now I have an issue. I am using 2 additional data-sets, so what this causes is to click on the header of one of the tables that uses one of the 3 data sets, and the oth

[AngularJS] Re: How to achieve a rotating effect on a cog icon similar to YouTube settings cog/ wheel

2015-11-19 Thread Alejandro Nava-Gomez
I was able to make it look a bit better, using only one div: http://jsfiddle.net/itortu/35mu96ng/ Having the second div for the text, made it jump when the rotation completed. Thank you. On Wednesday, November 18, 2015 at 10:03:23 AM UTC-6, Alejandro Nava-Gomez wrote: > > Hello, &g

[AngularJS] Re: How to achieve a rotating effect on a cog icon similar to YouTube settings cog/ wheel

2015-11-18 Thread Alejandro Nava-Gomez
Awesome! Thank you very much for your help Bille. On Wednesday, November 18, 2015 at 12:12:04 PM UTC-6, o_O Bille wrote: > > Seems to work if you move the ng's to a new a-tag.? I havent tested it in > all browsers and stuff. > > > > href="#" ng-animate="{enter: 'rotate', leave: 'rotate

[AngularJS] Re: How to achieve a rotating effect on a cog icon similar to YouTube settings cog/ wheel

2015-11-18 Thread Alejandro Nava-Gomez
I found this demo but the problem is that even though the rotation occurs, it does not apply to the icon so the gears of it do not move really, just the entire div. > Hello, > > I am looking for examples of how to do rotate effect on a click event, on

[AngularJS] How to achieve a rotating effect on a cog icon similar to YouTube settings cog/ wheel

2015-11-18 Thread Alejandro Nava-Gomez
Hello, I am looking for examples of how to do rotate effect on a click event, on a font-awesome icon: I am starting to code using AngularJS framework, and my knowledge of JavaScript is still developing. Seeing examples of something already existing, helps me to understand with less frustrati