-
angular-kefir:用于处理来自 Kefir.js 的React流的 Angular 模块下载
资源介绍
角开菲尔
Angular 模块处理来自 Kefir.js 的流的更多React
该模块基于的。
##安装
bower install --save angular-kefir
用法
查看事件到控制器的东西:
$scope.$fromWatch('searchQuery')
.debounce(250)
.map(function(x) {return x.newValue})
.skipWhile(function(x) {return (typeof x == 'undefined') || x === ''})
.skipDuplicates()
.onValue(searchSubscriber)
Socket.IO 响应视图。
服务文件:
.factory('socket', [function() {
var sock