Skip to content

Commit b3c69fd

Browse files
committed
(docs): Tutorial - Simplify and improve Google Maps step and move it to step 16
1 parent dae759e commit b3c69fd

File tree

6 files changed

+56
-360
lines changed

6 files changed

+56
-360
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<li><a href="/tutorial-02/step_13">13 - Using and creating AngularJS filters</a></li>
4141
<li><a href="/tutorial-02/step_14">14 - Meteor methods with promises</a></li>
4242
<li><a href="/tutorial-02/step_15">15 - Conditional template directives with AngularJS</a></li>
43+
<li><a href="/tutorial-02/step_16">16 - Google Maps</a></li>
4344
</ul>
4445
</li>
4546
<li><a href="/api">API Reference</a></li>

.docs/angular-meteor/client/scripts/routes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ angular.module("meteor-angular-docs").config(['$urlRouterProvider', '$stateProvi
160160
.state('tutorial02.step15', {
161161
url: '/step_15',
162162
templateUrl: 'client/views/steps/tutorial.step_15.tpl'
163+
})
164+
.state('tutorial02.step16', {
165+
url: '/step_16',
166+
template: UiRouter.template('tutorial.step_16.html')
163167
});
164168

165169
$locationProvider.html5Mode(true);

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

Lines changed: 0 additions & 274 deletions
This file was deleted.

0 commit comments

Comments
 (0)