aboutsummaryrefslogtreecommitdiffstats
path: root/app/partials
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:13:32 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2012-04-02 02:13:32 -0400
commit9b142c6dc7d5736acc45142a5d42c4511fc49edc (patch)
treec236e9ec0dcc67e6809bd7addad012e41d5bf9b7 /app/partials
parenta5edfb4b0a960307cdabcfab87d8bdae94f06b74 (diff)
downloadalias-9b142c6dc7d5736acc45142a5d42c4511fc49edc.tar.gz
new angular branch
Diffstat (limited to 'app/partials')
-rw-r--r--app/partials/.gitignore0
-rw-r--r--app/partials/partial1.html1
-rw-r--r--app/partials/partial2.html5
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>