addyosmani / addyosmani/polymer-filters

Add debug filter

Đang mở
#10 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
JavaScript
Star
102
Fork
21
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

Something like this:

```
PolymerExpressions.prototype.debug = function (value) {
return JSON.stringify(value);
}
```

I followed your pattern to add this to my app, as i'm working with a third party api and need to inspect the responses, and this was quite useful.

AngularJS has a filter like this which is handy,

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.