Skip to content

Instantly share code, notes, and snippets.

@rozanovz
Created March 16, 2016 12:56
Show Gist options
  • Select an option

  • Save rozanovz/f3c12441da5b9f428091 to your computer and use it in GitHub Desktop.

Select an option

Save rozanovz/f3c12441da5b9f428091 to your computer and use it in GitHub Desktop.
<button class="btn-cyan btn-sm group-update button color hvr-ripple-out" type="button"
ng-click="updateModal()" ng-if="isAvailableSaveAndUpdateBtn()" ng-hide="!isChanged">
Save & Update Team
</button>
поменять на
<button class="btn-cyan btn-sm group-update button color hvr-ripple-out" type="button"
ng-click="updateModal()" ng-if="isAvailableSaveAndUpdateBtn() && isChanged">
Save & Update Team
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment