文件名称:angular-paste:允许将表格数据从电子表格复制粘贴到网页中,更新任何指定的模型
文件大小:169KB
文件格式:ZIP
更新时间:2024-06-19 17:26:48
JavaScript
请随意使用。 您需要创建如下所示的策略对象: var MyStrategy = function ( ) { //The Regex to split data into actionable items this . pattern = function ( ) { return / [ \n \f \r ] / ; } ; //The action per item to return one row of data this . action = function ( item , $scope ) { //You could even return selected colums like the following /* //We will
【文件预览】:
angular-paste-master
----index.html(2KB)
----js()
--------directives.js(6KB)
--------app.js(646B)
----lib()
--------angular()
----README.md(1KB)