项目作者: andykuen

项目描述 :
Example for table list via AngularJS Material Style
高级语言: HTML
项目地址: git://github.com/andykuen/AngularJS-TableExample.git
创建时间: 2019-09-15T10:37:06Z
项目社区:https://github.com/andykuen/AngularJS-TableExample

开源协议:MIT License

下载


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.