Hi Sander Elias, Thank you so much for the reply. I really appreciate it. I just wanted to get some points cleared. So when developing a angularjs web app we will only have one .html file which would contain all main structure of the app and where we will use the "ng-app" directive. And the rest of the code will be placed into controllers and module files and we will connect the controllers to our .html file using the "ng-controller" directive?
I have created websites before using HTML / CSS and PHP / SQL and I have connected to databases before to retrieve data. i am just confused about how to start my development. I have already created a very basic todo list function using angular. But I am confused about how to actually combine my project together. Because previously I used to have multiple html files for each page such as home.html, about us.html and contact.html and all these files are then connected to a css file to give it style. Again thank you for your reply. Regards On Wednesday, July 2, 2014 10:08:15 AM UTC+1, Sander Elias wrote: > > Hi ng-user! > > The best thing is just get started with it already. Be prepared to toss > your first (few) attempts though. > a good starting point for structure and dividing up stuff is in > ng-boilerplate <http://joshdmiller.github.io/ng-boilerplate/#/home>. > also the Angular Best Practice for App Structure > <https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/view> > document > is a good read on this. > A couple of things on your list are highly dependant on the server-side. > You need to think about that too. > I think this is a good starting point > <https://github.com/jpotts18/mean-stack-relational> for that. However, I > don't know your background, and what server-side tech you are > familiar with! > > Have a look at the best practices document > <https://github.com/angular/angular.js/wiki/Best-Practices>too. > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
