当前位置: 软件>JavaScript软件
AngularJS UI 组件 adapt-strap
来源: AngularJS 的国际化和本地化模块 angular-translate
iis7站长之家
发布时间:2015-01-08
本文导语: adapt-strap 是 AngularJS UI 组件和实用工具,是基于 AngularJS 1.2+ 和 bootstrap 3 的。 特性: Table Lite - 简单的列表 UI Table AJAX - 高级的列表 UI Tree Browser - 简单的树形 UI Loading Indicators - 简单的指令 Global configuration - 所有组件都是全局配...
adapt-strap 是 AngularJS UI 组件和实用工具,是基于 AngularJS 1.2+ 和 bootstrap 3 的。
Table Lite - 简单的列表 UI
Table AJAX - 高级的列表 UI
Tree Browser - 简单的树形 UI
Loading Indicators - 简单的指令
Global configuration - 所有组件都是全局配置使用
Customizable - 所有组件都是支持高度自定义的
使用 bower install adapt-strap --save
安装把库文件放入 index.html 文件:
添加 adaptv.adaptStrap 模块作为依赖
angular.module('myApp', [ 'ngSanitize', // adapt-strap requires ngSanitize 'adaptv.adaptStrap' ]);
示例代码: