Created
March 16, 2016 12:56
-
-
Save rozanovz/f3c12441da5b9f428091 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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