Skip to content

Commit 52cdde9

Browse files
chrisirhcfernando-sendMail
authored andcommitted
demo(popover): fix typo in template url
1 parent c68670d commit 52cdde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/popover/docs/demo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
angular.module('ui.bootstrap.demo').controller('PopoverDemoCtrl', function ($scope) {
22
$scope.dynamicPopover = {
33
content: 'Hello, World!',
4-
templateUrl: 'myTemplatePopover.html',
4+
templateUrl: 'myPopoverTemplate.html',
55
title: 'Title'
66
};
77
});

0 commit comments

Comments
 (0)