Skip to content

Commit 46342ab

Browse files
committed
(docs): Tutorial - Change step 10 to 'Deploy' and step 11 to 'PhoneGap'
1 parent 08925ad commit 46342ab

File tree

7 files changed

+736
-531
lines changed

7 files changed

+736
-531
lines changed

.docs/angular-meteor/client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<li><a href="/tutorial/step_07">7 - Folder structure</a></li>
3535
<li><a href="/tutorial-02/step_08">8 - User accounts and permissions</a></li>
3636
<li><a href="/tutorial-02/step_09">9 - Privacy and publish-subscribe functions</a></li>
37-
<li><a href="/tutorial-02/step_10">10 - Using and creating AngularJS filters</a></li>
38-
<li><a href="/tutorial-02/step_11">11 - Meteor methods with promises</a></li>
37+
<li><a href="/tutorial-02/step_10">10 - Deploying your app</a></li>
38+
<li><a href="/tutorial-02/step_11">11 - Running your app on Android or iOS with PhoneGap</a></li>
3939
<li><a href="/tutorial-02/step_12">12 - Conditional template directives with AngularJS</a></li>
4040
<li><a href="/tutorial-02/step_13">13 - CSS, LESS and Bootstrap</a></li>
4141
<li><a href="/tutorial-02/step_14">14 - Google Maps</a></li>

.docs/angular-meteor/client/views/steps/tutorial.step_10.tpl

Lines changed: 11 additions & 264 deletions
Large diffs are not rendered by default.

.docs/angular-meteor/client/views/steps/tutorial.step_10_old.tpl

Lines changed: 312 additions & 0 deletions
Large diffs are not rendered by default.

.docs/angular-meteor/client/views/steps/tutorial.step_11.tpl

Lines changed: 71 additions & 259 deletions
Large diffs are not rendered by default.

.docs/angular-meteor/client/views/steps/tutorial.step_11_old.tpl

Lines changed: 334 additions & 0 deletions
Large diffs are not rendered by default.

.docs/angular-meteor/client/views/tutorial-02.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h2><a href="/tutorial-02">Part 2 - <br> User management</a></h2>
1717
<ul class="nav">
1818
<li><a href="/tutorial-02/step_08">8 - User accounts and permissions</a></li>
1919
<li><a href="/tutorial-02/step_09">9 - Privacy and publish-subscribe functions</a></li>
20-
<li><a href="/tutorial-02/step_10">10 - Using and creating AngularJS filters</a></li>
21-
<li><a href="/tutorial-02/step_11">11 - Meteor methods with promises</a></li>
20+
<li><a href="/tutorial-02/step_10">10 - Deploying your app</a></li>
21+
<li><a href="/tutorial-02/step_11">11 - Running your app on Android or iOS with PhoneGap</a></li>
2222
<li><a href="/tutorial-02/step_12">12 - Conditional template directives with AngularJS</a></li>
2323
<li><a href="/tutorial-02/step_13">13 - CSS, LESS and Bootstrap</a></li>
2424
<li><a href="/tutorial-02/step_14">14 - Google Maps</a></li>
@@ -30,4 +30,4 @@ <h2><a href="/tutorial-02">Part 2 - <br> User management</a></h2>
3030
</div>
3131
</div>
3232
</div>
33-
</template>
33+
</template>

.docs/angular-meteor/client/views/tutorial.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ <h2><a href="/tutorial-02">Part 2 - <br> User management</a></h2>
1717
<ul class="nav">
1818
<li><a href="/tutorial-02/step_08">8 - User accounts and permissions</a></li>
1919
<li><a href="/tutorial-02/step_09">9 - Privacy and publish-subscribe functions</a></li>
20-
<li><a href="/tutorial-02/step_10">10 - Using and creating AngularJS filters</a></li>
21-
<li><a href="/tutorial-02/step_11">11 - Meteor methods with promises</a></li>
20+
<li><a href="/tutorial-02/step_10">10 - Deploying your app</a></li>
21+
<li><a href="/tutorial-02/step_11">11 - Running your app on Android or iOS with PhoneGap</a></li>
2222
<li><a href="/tutorial-02/step_12">12 - Conditional template directives with AngularJS</a></li>
2323
<li><a href="/tutorial-02/step_13">13 - CSS, LESS and Bootstrap</a></li>
2424
<li><a href="/tutorial-02/step_14">14 - Google Maps</a></li>
@@ -30,4 +30,4 @@ <h2><a href="/tutorial-02">Part 2 - <br> User management</a></h2>
3030
</div>
3131
</div>
3232
</div>
33-
</template>
33+
</template>

0 commit comments

Comments
 (0)