mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-09 20:06:24 +08:00
chore(docs): ensure DI annotations are in place
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
angular.module('tutorials', [])
|
||||
|
||||
.directive('docTutorialNav', function(templateMerge) {
|
||||
.directive('docTutorialNav', ['templateMerge' ,function(templateMerge) {
|
||||
var pages = [
|
||||
'',
|
||||
'step_00', 'step_01', 'step_02', 'step_03', 'step_04',
|
||||
@@ -27,7 +27,7 @@ angular.module('tutorials', [])
|
||||
'<a href="tutorial/{{next}}"><li class="btn btn-primary">Next <i class="glyphicon glyphicon-step-forward"></i></li></a>', props));
|
||||
}
|
||||
};
|
||||
})
|
||||
}])
|
||||
|
||||
|
||||
.directive('docTutorialReset', function() {
|
||||
|
||||
Reference in New Issue
Block a user