angular-duoshuo:duoshuo SDK for angular.js

时间:2021-06-27 10:00:08
【文件属性】:
文件名称:angular-duoshuo:duoshuo SDK for angular.js
文件大小:11KB
文件格式:ZIP
更新时间:2021-06-27 10:00:08
JavaScript 角多硕 angular.js的多说SDK,纯前端,支持跨域请求。 安装 使用凉亭: $ bower install duoshuo --save 使用 NPM 代替 bower: $ npm install angular-duoshuo --save 例子 在./examples查看更多示例,或者直接运行$ npm run example angular . module ( 'myApp' , [ 'duoshuo' ] ) . controller ( 'myController' , function ( $scope , $duoshuo ) { // high level api $duoshuo . post ( 'threads/create' , { title : 'new thread' , content
【文件预览】:
angular-duoshuo-master
----bower.json(559B)
----src()
--------duoshuo.js(4KB)
----.npmignore(62B)
----examples()
--------api.html(827B)
--------example.js(891B)
--------directives.html(947B)
--------example.css(133B)
--------embed-thread.html(772B)
----LICENSE(1KB)
----README.md(3KB)
----dist()
--------duoshuo.min.js.map(3KB)
--------duoshuo.min.js(2KB)
----.gitignore(53B)
----package.json(1KB)

网友评论