add example

This commit is contained in:
Nicholas Eduardo 2015-05-11 14:34:08 -03:00
parent 498f24c5c5
commit af8fecb5a1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ In controller you call with parameter and will use promises to return data from
} }
}); });
In HTML will use <name></name> to render your template <h1>Hello</h1> In HTML will use `<name></name>` to render your template `<h1>Hello</h1>`
### HTTP ### HTTP