kiran karthik Posted June 22, 2015 Author Report Posted June 22, 2015 Tom Chris or Tom b neeku angularjs vacha...vaste cheppu title marusta
kiran karthik Posted June 22, 2015 Author Report Posted June 22, 2015 project structure ila undi MyApp ¦------Client ¦------Server ¦------Node Modules ¦------package.json ¦------gulpfile.js so n so my questions are 1. asal trigger point edi app ki (just like web.xml to a web application ) 2. HTML to database ela call cheyyali thru REST 3. controllers ela raayali Please give me a basic flow bro....m a newbie to angularjs
TOM_BHAYYA Posted June 22, 2015 Report Posted June 22, 2015 project structure ila undi MyApp ¦------Client ¦------Server ¦------Node Modules ¦------package.json ¦------gulpfile.js so n so my questions are 1. asal trigger point edi app ki (just like web.xml to a web application ) 2. HTML to database ela call cheyyali thru REST 3. controllers ela raayali Please give me a basic flow bro....m a newbie to angularjs HTML lo controller function raay Controller lo service ni bind chey Service lo : $resource ('url', {}) la call chey Url ex: /remarketing/vehicle/series Rest lo aa aa url lo unde method paina .. Annotation series Ani ivv
TOM_BHAYYA Posted June 22, 2015 Report Posted June 22, 2015 Starting point app.js or type file Where we can reroute n bind htmls n controlles
TOM_BHAYYA Posted June 22, 2015 Report Posted June 22, 2015 Controllers ki stockpverflow or GitHub projects chudu Best thing create github account n download in ur personal laptop n search for sample projects n checkout to ur lappy When learn
kiran karthik Posted June 22, 2015 Author Report Posted June 22, 2015 thanks tom bhayya emanna links unte post chey....
TOM_BHAYYA Posted June 22, 2015 Report Posted June 22, 2015 thanks tom bhayya emanna links unte post chey....github lo sample angular projects Ani kottu masth osthaii
dotnetrockz Posted June 22, 2015 Report Posted June 22, 2015 project structure ila undi MyApp ¦------Client ¦------Server ¦------Node Modules ¦------package.json ¦------gulpfile.js so n so my questions are 1. asal trigger point edi app ki (just like web.xml to a web application ) 2. HTML to database ela call cheyyali thru REST 3. controllers ela raayali Please give me a basic flow bro....m a newbie to angularjs trigger point ante em ledhu angular is a module based SPA application......deentlo direct html ki attributes rastharu...so first nuvvu ee page chudali anukuntunnavo(like home.html) go to that page and check for "ng-app" attribute...check which module its bound to.........from there on u will understand.......if u want to debug u need to findout the controller method and place a breakpoint in chrome tools and start debugging
kiran karthik Posted June 23, 2015 Author Report Posted June 23, 2015 trigger point ante em ledhu angular is a module based SPA application......deentlo direct html ki attributes rastharu...so first nuvvu ee page chudali anukuntunnavo(like home.html) go to that page and check for "ng-app" attribute...check which module its bound to.........from there on u will understand.......if u want to debug u need to findout the controller method and place a breakpoint in chrome tools and start debugging thanks bhayy...got a gud flow
Recommended Posts