If I change the meta-tags in the layout, then all pages have the same
meta-tag values.
I want to change the content inside the meta tags for each page.
e.g. *description* or the *og:title*
e.g. <meta name="description" content="{{=response.description}}" />
But when I do the above, it change the *response.description* on the main
page and after that it remains the same for the rest of the pages even
though I'm setting *response.description* in each controller function.
*Note *: I'm using *jquery-mobile* plugin - not sure if that matters.
I'm sure I'm missing something simple here..
--