Basic templates for building web application using AngularJS. These templates may be used as start points for new web application.
The folder dropdownSiteMenu is example of a web site with dropdown menus. The ng-class dropdown is used. The controller fills the menus content. The main page uses UI routing for switching page content.
The folder ddSiteMenuTemplate is example of a web site with dropdown menus using templates. The uib-dropdown-menu class is used. The main page demonstrates different allocations of the menu templates: inside main page or in separated HTML files. The main page uses UI routing for switching page content.