Posts by mauricio • 71 points
3 posts
-
1
votes2
answers451
viewsA: Traversing json using Ajax jquery
When you load a valid JSON via $.ajax the content of your json will be transformed into a javascript object, then all the properties of your JSON will be accessible according to the name of each…
-
1
votes3
answers2843
viewsA: Controller Angularjs Statement
claudsan its first controller works because it is being declared within the global Scope (window). If you isolate Scope using IIFE (Immediately-Invoked Function Expression) your var controller1 will…
-
2
votes1
answer642
viewsA: Angularjs with Single Page and Ng-View does not work properly
I don’t think the problem is the Angularjs problem, but the structure of its directory . If you put the files in Apache root it will point to root ( / ), try creating a folder called "rotasangular"…