文件名称:angular-smart-truncate:字符串截断,让你看到被截断的字符串的开头和结尾
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-20 20:20:28
CoffeeScript
角度智能截断 字符串截断,可让您查看被截断字符串的开头和结尾。 安装 通过凉亭安装: bower install --save angular-smart-truncate 添加到 index.html: < script type =" text/javascript " src =" bower_components/angular-smart-truncate/dist/angular-smart-truncate.js " > </ script > 将'500tech.smart-truncate'注入主模块: angular . module ( 'App' , [ // ... other dependencies '500tech.smart-truncate' ] ) 用法 {{ "/Users/John Appleseed/Desktop/file
【文件预览】:
angular-smart-truncate-master
----dist()
--------angular-smart-truncate.js(412B)
----src()
--------angular-smart-truncate.coffee(315B)
----README.md(2KB)
----bower.json(429B)