-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fad952f
commit de14947
Showing
3 changed files
with
70 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
Training Session 5 - <br>Understanding Backbone Router | ||
====================================================== | ||
|
||
This training session includes the following listed out table of contents | ||
|
||
<ol> | ||
<li>Understanding Backbone Router | ||
<ol> | ||
<li>What is Backbone Router?</li> | ||
<li>Create a Router class</li> | ||
<li>Adding manual routes</li> | ||
<li>Window navigate</li> | ||
<li>Using routes hash</li> | ||
</ol> | ||
</li> | ||
</ol> | ||
# Ch5 - Understanding Backbone Router | ||
|
||
## Example 1: | ||
* Create a Router | ||
* Backbone history | ||
* Routes hash | ||
* Simple route | ||
* Route parameters | ||
* Getting current route |