andykuen / AngularJS-TableExample

Example for table list via AngularJS Material Style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS-TableExample

Example for table list via AngularJS Material Style
Demo

How to use

  1. Download zip from release list.
  2. Check your network connection status. We use CDN to get AngularJS Framwork.
  3. Open index.html file on browser.
  4. Enjoy! image

Design principle

  1. AngularJS - Use AngualrJS for kernel framwork.
  2. Material - Use AngualrJS material for UI design.
  3. ES5 - Use javascript ES5 version to support most browser and don't need to compile.
  4. Icon - Use icon button to more easily found it and good for UX design.
  5. Validation in real time - Check input format in real time for good UX design.
  6. tooltip - Show tooltip when mouse hover a bottom for good user experience.

About

Example for table list via AngularJS Material Style

License:MIT License


Languages

Language:HTML 45.4%Language:JavaScript 41.1%Language:CSS 13.5%