Skip to content

Commit

Permalink
Merge pull request #1919 from CodeNow/san-5456-safari-add-service
Browse files Browse the repository at this point in the history
Fix for Safari adding a service
  • Loading branch information
Nathan219 authored Dec 1, 2016
2 parents 9a6590b + 9964a54 commit bb02a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
animated-panel-container.modal-servers
animated-panel.grid-block.vertical.modal-server-select(
default = "{{!NCC.disableBackButton}}"
name = "containerSelection"
)
header.modal-header.grid-block.justify-center(
Expand Down Expand Up @@ -94,6 +95,7 @@ animated-panel-container.modal-servers
span Next Step: Configuration

animated-panel.grid-block.vertical.modals-rename(
default = "{{NCC.disableBackButton}}"
name = "nameContainer"
ng-if = "NCC.state.repo || NCC.state.templateSource"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ function NewContainerController(
NCC.disableBackButton = true;
}

$timeout(function () {
$scope.$broadcast('go-to-panel', NCC.state.panel, 'immediate');
});

// Start loading repos and templates
loading.reset('newContainerRepos');
loading.reset('newContainerTemplates');
Expand Down

0 comments on commit bb02a1b

Please sign in to comment.