ng-luhn:Luhn 算法作为 AngularJS 服务的最快实现

时间:2024-06-26 06:23:21
【文件属性】:

文件名称:ng-luhn:Luhn 算法作为 AngularJS 服务的最快实现

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-26 06:23:21

JavaScript

Luhn算法 AngularJS 服务公开了的最快实现。 用于检查信用卡号的有效性或通常用于验证通过此算法生成的卡号。 封闭,小于 500 字节。 指示 luhn服务是一个只有一个(特权)方法(即check() )的构造函数。 使用它非常简单。 加载 AngularJS 和这个小库 < script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.3.15/angular.min.js " > </ script > < script src =" https://cdn.rawgit.com/leodido/ng-luhn/master/luhn.min.js " > </ script > 使用leodido.luhn在依赖项数组中声明您的 AngularJS 应用程序 var app = angular


【文件预览】:
ng-luhn-master
----.gitignore(98B)
----package.json(2KB)
----dev.luhn.min.js.map(1KB)
----src()
--------service.js(920B)
--------module.js(223B)
--------constant.js(268B)
----karma.conf.js(2KB)
----.bowerrc(65B)
----.travis.yml(256B)
----gulpfile.js(5KB)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------unit.js(2KB)
----gjslint.conf(78B)
----dev.luhn.min.js(588B)
----.gitattributes(60B)
----bower.json(2KB)
----luhn.min.js(494B)
----.editorconfig(189B)

网友评论