mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-16 10:29:37 +08:00
docs(bike-shed-migration): change tutorial doctype and add @step tag
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: Index
|
||||
@ngdoc tutorial
|
||||
@name Index
|
||||
@step -1
|
||||
@description
|
||||
|
||||
A great way to get introduced to AngularJS is to work through this tutorial, which walks you through
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 0 - Bootstrapping
|
||||
@ngdoc tutorial
|
||||
@name 0 - Bootstrapping
|
||||
@step 0
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="0"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 1 - Static Template
|
||||
@ngdoc tutorial
|
||||
@name 1 - Static Template
|
||||
@step 1
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="1"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 2 - Angular Templates
|
||||
@ngdoc tutorial
|
||||
@name 2 - Angular Templates
|
||||
@step 2
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="2"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 3 - Filtering Repeaters
|
||||
@ngdoc tutorial
|
||||
@name 3 - Filtering Repeaters
|
||||
@step 3
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="3"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 4 - Two-way Data Binding
|
||||
@ngdoc tutorial
|
||||
@name 4 - Two-way Data Binding
|
||||
@step 4
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="4"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 5 - XHRs & Dependency Injection
|
||||
@ngdoc tutorial
|
||||
@name 5 - XHRs & Dependency Injection
|
||||
@step 5
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="5"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 6 - Templating Links & Images
|
||||
@ngdoc tutorial
|
||||
@name 6 - Templating Links & Images
|
||||
@step 6
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="6"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 7 - Routing & Multiple Views
|
||||
@ngdoc tutorial
|
||||
@name 7 - Routing & Multiple Views
|
||||
@step 7
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="7"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 8 - More Templating
|
||||
@ngdoc tutorial
|
||||
@name 8 - More Templating
|
||||
@step 8
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="8"></ul>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 9 - Filters
|
||||
@ngdoc tutorial
|
||||
@name 9 - Filters
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="9"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 10 - Event Handlers
|
||||
@ngdoc tutorial
|
||||
@name 10 - Event Handlers
|
||||
@step 10
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="10"></ul>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 11 - REST and Custom Services
|
||||
@ngdoc tutorial
|
||||
@name 11 - REST and Custom Services
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="11"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: 12 - Applying Animations
|
||||
@ngdoc tutorial
|
||||
@name 12 - Applying Animations
|
||||
@step 12
|
||||
@description
|
||||
|
||||
<ul doc-tutorial-nav="12"></ul>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
@ngdoc overview
|
||||
@name Tutorial: The End
|
||||
@ngdoc tutorial
|
||||
@name The End
|
||||
@step 99
|
||||
@description
|
||||
|
||||
Our application is now complete. Feel free to experiment with the code further, and jump back to
|
||||
|
||||
Reference in New Issue
Block a user