8000 Update index.html by ndelvalle · Pull Request #5410 · angular-ui/bootstrap · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Update index.html #5410

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2589,7 +2589,7 @@ <h5 id="ui-router-resolves">UI Router resolves</h5>

});

// Please note that $modalInstance represents a modal window (instance) dependency.
// Please note that $uibModalInstance represents a modal window (instance) dependency.
// It is not the same as the $uibModal service used above.

angular.module(&#x27;ui.bootstrap.demo&#x27;).controller(&#x27;ModalInstanceCtrl&#x27;, function ($scope, $uibModalInstance, items) {
Expand Down Expand Up @@ -2647,7 +2647,7 @@ <h5 id="ui-router-resolves">UI Router resolves</h5>

});

// Please note that $modalInstance represents a modal window (instance) dependency.
// Please note that $uibModalInstance represents a modal window (instance) dependency.
// It is not the same as the $uibModal service used above.

angular.module('ui.bootstrap.demo').controller('ModalInstanceCtrl', function ($scope, $uibModalInstance, items) {
Expand Down
0