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.html | ||
app-list.html | ||
app-view.html | ||
billing.html | ||
build-status-item.html | ||
build-view.html | ||
confirm-invite.html | ||
contact.html | ||
create-repository-notification.html | ||
error-view.html | ||
exp-new-sec-layout.html | ||
guide.html | ||
incomplete-setup.html | ||
invoices.html | ||
landing-login.html | ||
landing.html | ||
manage-application.html | ||
manifest-view.html | ||
new-organization.html | ||
new-repo.html | ||
org-view.html | ||
organizations.html | ||
plans.html | ||
privacy.html | ||
repo-list.html | ||
repo-view.html | ||
search.html | ||
security.html | ||
signin.html | ||
starred.html | ||
super-user.html | ||
team-view.html | ||
tos.html | ||
tour.html | ||
trigger-setup.html | ||
tutorial.html | ||
update-user.html | ||
user-view.html | ||
v1-page.html |