It's a showcase for saving the works during the process of learning AngularJS, Bootstrap, NodeJS. 这个项目主要是保存在学习AngularJS的过程写下的一些示例代码。
The demo uses directives, services, filters. 这个示例使用到了指令、服务和过滤器技术。
There are several directives: countdown, a very simple datetime selector, star rank. 这里提供的指令有:倒计时,非常简单的时间选择器,待办任务的心情评分。其中有指令用到Bootstrap提供的图标集。
A service provides date computation, such as compute the duration of two dates. 目前把时间计算封装成服务,提供计算时间区间、获取默认时间值等,主要用到了moment.js。
Filters are provided to generate different styles of icons. 过滤器用于根据不同的值显示不同的图标。