Saturday, April 30, 2016

angular-nodejs-bwt

AngularJS Basic Web Templates for NodeJS.

AngularJS Basic Web Templates for NodeJS

Basic templates for building web application using AngularJS. These templates may be used as start points for new web application.

Dropdown Site Menu

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.

Dropdown Site Menu with Templates

The folder ddSiteMenuTemplate is example of a web site with dropdown menus using templates. The uib-dropdown-menuclass 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.