addyosmani / addyosmani/polymer-filters
Add debug filter
Đang mở
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á.