Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Bring md-select selected from server #663

Open
camiledealano opened this issue Mar 17, 2023 · 0 comments
Open

Bring md-select selected from server #663

camiledealano opened this issue Mar 17, 2023 · 0 comments

Comments

@camiledealano
Copy link

After reloading the page, I would like the md-selects I selected to come already checked, how to do it?

I have this:

<table` ng-model="ctrl.itensAvaliacao" md-row-select ng-click="ctrl.teste()">
	<tr data-ng-repeat="itemAvaliacao in ctrl.paginationItens.getResultList()"
		md-select="ctrl.itensAvaliacao[itemAvaliacao.id]" md-select-id="{{itemAvaliacao}}">
	</tr>
</table>

<script>
	$scope.itensAvaliacao = [];
</script>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant