Skip to content

Commit 5192db9

Browse files
committed
docs(sample): fix a tiny typo
Change "templatUrl" to "templateUrl"
1 parent 80b5db5 commit 5192db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/states.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ angular.module('uiRouterSample')
170170
// This one is targeting the ui-view="menu" within the parent state's template.
171171
'menuTip': {
172172
// templateProvider is the final method for supplying a template.
173-
// There is: template, templatUrl, and templateProvider.
173+
// There is: template, templateUrl, and templateProvider.
174174
templateProvider: ['$stateParams',
175175
function ( $stateParams) {
176176
// This is just to demonstrate that $stateParams injection works for templateProvider.

0 commit comments

Comments
 (0)