-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 888 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Ember Pro Tips</title>
</head>
<body>
<h1>Ember Pro Tips</h1>
<h3>Follow along at: <a href="https://github.com/ryanricard/ember-pro-tips" target="_blank">https://github.com/ryanricard/ember-pro-tips</a></h3>
<ul>
<li>
<a href="component_names_require_dashes/index.html" target="_blank">Component names require dashes</a>
</li>
<li>
<a href="transitions_within_resource_does_not_change_state_of_ancestor_controllers/index.html" target="_blank">Transitions within resources does not change state of ancestor controllers</a>
</li>
<li>
<a href="transitions_to_another_resource_route_changes_state_of_effected_ancestor_controllers/index.html" target="_blank">Transitions to another resource route changes state of effected ancestor controllers</a>
</li>
</ul>
</body>
</html>