Jump to content

Callin Tom Chris Doubt On Angularjs


Recommended Posts

Posted

Tom Chris or Tom b

neeku angularjs vacha...vaste cheppu title marusta ZQ56Gb.gif

Posted

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

 

Posted

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
Posted

Starting point app.js or type file

Where we can reroute n bind htmls n controlles

Posted

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

Posted

thanks tom bhayya emanna links unte post chey....

Posted

thanks tom bhayya emanna links unte post chey....

github lo sample angular projects Ani kottu masth osthaii
Posted

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

Posted

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

×
×
  • Create New...