mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
docs(tutorial): add formatting
the string literal {{query}} was missing as it was not enclosed into ``
This commit is contained in:
parent
bba2b7cfce
commit
6926ef8f67
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ really is that easy to set up any functional, readable, end-to-end test.
|
|||
|
||||
* Let's see how we can get the current value of the `query` model to appear in the HTML page title.
|
||||
|
||||
You might think you could just add the {{query}} to the title tag element as follows:
|
||||
You might think you could just add the `{{query}}` to the title tag element as follows:
|
||||
|
||||
<title>Google Phone Gallery: {{query}}</title>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue