Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 421 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 421 Bytes

Templating

We use angularjs to include views. All index pages include the main view (views/main.html)

The main.js should be responsible for loading angular modules

We may make main.js aware of:

  • the viewport size, to load variants of main.html to be able to adapt to the viewport size
  • the target platform (desktop/mobile) to be able to include desktop only functionality