Skip to content

Doesn't seem to work when filters applied to ngRepeat #11

Description

@renang

Here's an example of what I'm trying to do:

<input type="text" ng-model="vm.filterTags" />
<div class="bricklayer" ng-cloak>
    <div bricklayer-append ng-repeat="image in vm.images | filter:{tags:vm.filterTags}" ng-cloak>
		<img src="....." style="max-width:100%;" />
	</div>
</div>
vm.images = [
			{ filename: "1.jpg", tags: "nature" },
			{ filename: "2.jpg", tags: "ball" },
			{ filename: "3.jpg", tags: "car" }
	   ];

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions