我正在使用模板标签来使用 angular 1 ng-repeat-start和ng-repeat-end 的功能。它工作正常,但不明白我如何在其中声明管道。所以请帮助我。
<template ngFor let-customer [ngForOf]="customers" let-customerIndex="index">
在这个我想放| customfilter:value | paginate:{itemsPerPage:4, currentPage: p}
我正在使用模板标签来使用 angular 1 ng-repeat-start和ng-repeat-end 的功能。它工作正常,但不明白我如何在其中声明管道。所以请帮助我。
<template ngFor let-customer [ngForOf]="customers" let-customerIndex="index">
在这个我想放| customfilter:value | paginate:{itemsPerPage:4, currentPage: p}