|
1 | 1 | <template name="tutorial.intro.html">
|
2 | 2 | <div>
|
3 |
| - <a href="https://github.com/Urigo/angular-meteor/edit/master/docs/angular-meteor/client/views/steps/tutorial.intro.html" |
| 3 | + <a href="https://github.com/Urigo/angular-meteor/edit/master/.docs/angular-meteor/client/views/steps/tutorial.intro.html" |
4 | 4 | class="btn btn-default btn-lg improve-button">
|
5 | 5 | <i class="glyphicon glyphicon-edit"> </i>Improve this doc
|
6 | 6 | </a>
|
7 | 7 |
|
8 | 8 | <h1>Socially Meteor-Angular Tutorial App</h1>
|
9 |
| - <p> |
10 |
| - The purpose of this tutorial is to start from the beginning of writing applications with Meteor and Angularjs. |
11 |
| - This tutorial is good whether you have previous knowledge in one of those frameworks and also if you don't. |
12 |
| - We will try to take the best tutorials of the 2 frameworks and combine them into one broad tutorial. |
13 |
| - This tutorial will walk you through construction of a Meteor-Angular app. |
14 |
| - You will build a list of friends, that you can also filter, dive into their profiles for more details |
15 |
| - and of course store it all in a server and sync the information between clients with different users in real time. |
16 |
| - </p> |
17 |
| - <p> |
18 |
| - This tutorial will show you how powerful AngularJs is in making the browser smarter, |
19 |
| - while making your application code smaller and easier. |
20 |
| - It will also show you how powerful Meteor is, with it's powerful data synchronization and Latency compensation. |
21 |
| - We will also tap into the huge eco-systems of each of those frameworks that will |
22 |
| - allow us to write quality applications in a fraction of the time. |
23 |
| - </p> |
| 9 | + <br> |
| 10 | + |
| 11 | +<do-nothing > |
| 12 | +{{#markdown}} |
| 13 | + |
| 14 | + |
| 15 | +The purpose of this tutorial is to start from the beginning of writing applications with Meteor and Angularjs. |
| 16 | +This tutorial is good whether you have previous knowledge in one of those frameworks and also if you don't. |
| 17 | +We will try to take the best tutorials of the 2 frameworks and combine them into one broad tutorial. |
| 18 | +This tutorial will walk you through construction of a Meteor-Angular app. |
| 19 | +You will build a list of friends, that you can also filter, dive into their profiles for more details |
| 20 | +and of course store it all in a server and sync the information between clients with different users in real time. |
| 21 | + |
| 22 | + |
| 23 | +This tutorial will show you how powerful AngularJs is in making the browser smarter, |
| 24 | +while making your application code smaller and easier. |
| 25 | +It will also show you how powerful Meteor is, with it's powerful data synchronization and Latency compensation. |
| 26 | +We will also tap into the huge eco-systems of each of those frameworks that will |
| 27 | +allow us to write quality applications in a fraction of the time. |
| 28 | + |
| 29 | +{{/markdown}} |
| 30 | +</do-nothing> |
| 31 | + |
24 | 32 | </div>
|
25 | 33 | </template>
|
0 commit comments