Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
文字列とブール値のプロパティの両方について、AngularJSで次のような概念が可能ですか?
<li ng-repeat="person in people | filter:'person.isMale'">
試す
<li ng-repeat="person in people | filter:{isMale:true}">
また
<li ng-repeat="person in people | filter:{isMale:1}">
データに応じて