feat(tutorial): add step 12 of the phonecat tutorial

This commit is contained in:
Brian Ford
2013-10-08 10:43:01 -07:00
parent 80d2c85e3c
commit ad5256452b
2 changed files with 420 additions and 1 deletions

View File

@@ -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) {