mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
feat(tutorial): add step 12 of the phonecat tutorial
This commit is contained in:
@@ -203,7 +203,7 @@ docsApp.directive.docTutorialNav = function(templateMerge) {
|
||||
'',
|
||||
'step_00', 'step_01', 'step_02', 'step_03', 'step_04',
|
||||
'step_05', 'step_06', 'step_07', 'step_08', 'step_09',
|
||||
'step_10', 'step_11', 'the_end'
|
||||
'step_10', 'step_11', 'step_12', 'the_end'
|
||||
];
|
||||
return {
|
||||
compile: function(element, attrs) {
|
||||
|
||||
Reference in New Issue
Block a user