diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:13:32 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2012-04-02 02:13:32 -0400 |
| commit | 9b142c6dc7d5736acc45142a5d42c4511fc49edc (patch) | |
| tree | c236e9ec0dcc67e6809bd7addad012e41d5bf9b7 /app/partials | |
| parent | a5edfb4b0a960307cdabcfab87d8bdae94f06b74 (diff) | |
| download | alias-9b142c6dc7d5736acc45142a5d42c4511fc49edc.tar.gz | |
new angular branch
Diffstat (limited to 'app/partials')
| -rw-r--r-- | app/partials/.gitignore | 0 | ||||
| -rw-r--r-- | app/partials/partial1.html | 1 | ||||
| -rw-r--r-- | app/partials/partial2.html | 5 |
3 files changed, 6 insertions, 0 deletions
diff --git a/app/partials/.gitignore b/app/partials/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/app/partials/.gitignore diff --git a/app/partials/partial1.html b/app/partials/partial1.html new file mode 100644 index 0000000..89459a6 --- /dev/null +++ b/app/partials/partial1.html @@ -0,0 +1 @@ +<p>This is the partial for view 1.</p> diff --git a/app/partials/partial2.html b/app/partials/partial2.html new file mode 100644 index 0000000..b6503ee --- /dev/null +++ b/app/partials/partial2.html @@ -0,0 +1,5 @@ +<p>This is the partial for view 2.</p> +<p> + Showing of 'interpolate' filter: + {{ 'Current version is v%VERSION%.' | interpolate }} +</p> |
