8b25d5b77b
### Description of Changes Tag operations in UI would not be rendered properly when using the paginated tags endpoint. When a user would create/delete a tag from the repo-panel-tags, `digest` would be called. This caused the `$scope.repository.tags` to be removed. To fix this: * Bind the tags directly to the scope instead of the repository * Change references to scope.repository.tags to use scope.repositoryTags --- |
||
---|---|---|
.. | ||
about.js | ||
app-list.js | ||
app-view.js | ||
billing.js | ||
build-view.js | ||
confirm-invite.js | ||
contact.js | ||
create-repository-notification.js | ||
error-view.js | ||
incomplete-setup.js | ||
landing.js | ||
manage-application.js | ||
manifest-view.js | ||
new-organization.js | ||
new-repo.js | ||
org-view.js | ||
organizations.js | ||
plans.js | ||
privacy.js | ||
repo-list.js | ||
repo-view.js | ||
search.js | ||
security.js | ||
signin.js | ||
superuser.js | ||
team-view.js | ||
tos.js | ||
tour.js | ||
trigger-setup.js | ||
tutorial.js | ||
update-user.js | ||
user-view.js |