Hello
I have problems with binding data.
It is my code:
<div ng-if="published == false">
<button class="btn" ng-click="act0(id)">Edit</button>
<button class="btn" ng-click="act1(id)">Public</button>
</div>
When I refresh this page to this code show on moment.
I know that is ng-bind, only but there is a problem with the service buttons
Is there a solution ?
Help me,
Adam