You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compatability for generating head tags in serverrendered apps.
6
+
compatibility for generating head tags in server-rendered apps.
7
7
8
8
The hope is that Ember itself will provide a mechanism for populating
9
9
head tags from your app at some time in the future. Until then this
@@ -21,7 +21,7 @@ And add `{{head-layout}}` to the top of your application template.
21
21
22
22
#### Version
23
23
Take into account that version >= 0.3 of this addon require Ember 2.10+ and fastboot >=1.0.rc1
24
-
Please use 0.2.X if you don't fulfull both requirements.
24
+
Please use 0.2.X if you don't fulfill both requirements.
25
25
26
26
## Usage
27
27
@@ -105,9 +105,9 @@ This will result in a document along the lines of:
105
105
106
106
### Fastboot Only
107
107
108
-
The primary need for this library is to support various bots and web crawlers. To that end the head content is only truly needed in a server rendered (ie FastBoot) environment. However by default the library will keep the head content in sync with any transitions/data changes that occur in your Ember App while running in the browser. This can be useful for development and/or debugging.
108
+
The primary need for this library is to support various bots and web crawlers. To that end the head content is only truly needed in a server rendered (i.e. FastBoot) environment. However, by default the library will keep the head content in sync with any transitions/data changes that occur in your Ember App while running in the browser. This can be useful for development and/or debugging.
109
109
110
-
If you do not wish to have the head content "live" while running in browser you can restrict this library to work only in FastBoot by adding the following to your `config/environment.js`:
110
+
If you do not wish to have the head content "live" while running in browser you can restrict this library to only work in FastBoot by adding the following to your `config/environment.js`:
0 commit comments