8000 docs(modal): fix service reference in comments · angular-ui/bootstrap@d71951b · 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.

Commit d71951b

Browse files
ndelvallewesleycho
authored andcommitted
docs(modal): fix service reference in comments
- Fix reference to say $uibModalInstance Closes #5410
1 parent 8d24b63 commit d71951b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ <h5 id="ui-router-resolves">UI Router resolves</h5>
25892589

25902590
});
25912591

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

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

26482648
});
26492649

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

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

0 commit comments

Comments
 (0)
0