Hi  Sander Elias,

This has helped me a lot I now have basic view of how I can proceed. I am 
going to create a single index.html file where I will link all my JS files 
and my controllers.
My next step is to create different parts of my site first. I am going to 
work on different controllers and modules first and keep linking them to 
the html file.

I hope this is the right approach that I am taking.
Again thank you so much for all your help I really appreciate it.

Best Regards,

On Wednesday, July 2, 2014 11:41:31 AM UTC+1, Sander Elias wrote:
>
> Hi Ng-user,
>
> The common angular app has 1 'main' html file, that is responsible for 
> loading in all JS. 
> however, you can load more partials (html-files) when you need them, so 
> not all the needed HTML is present in the index.html file.
> those partials will load dynamically. (the 'about' and 'contact' details 
> partials are a good sample of those.)
> If you just start, just reference all the JS files in the index.html
> Most developers use a build tool (like grunt, or gulp or something else) 
> to wire up most off the 'index.html' in an automated way. The 
> ng-boilerplate 
> also has such a  wiring up tool inside. this one uses grunt.
>
> Does that help a bit?
>
> Regards
> Sander
>

-- 
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.

Reply via email to