We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab6daea + 5192db9 commit c3a846cCopy full SHA for c3a846c
sample/states.js
@@ -170,7 +170,7 @@ angular.module('uiRouterSample')
170
// This one is targeting the ui-view="menu" within the parent state's template.
171
'menuTip': {
172
// templateProvider is the final method for supplying a template.
173
- // There is: template, templatUrl, and templateProvider.
+ // There is: template, templateUrl, and templateProvider.
174
templateProvider: ['$stateParams',
175
function ( $stateParams) {
176
// This is just to demonstrate that $stateParams injection works for templateProvider.
0 commit comments