diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-25 09:13:54 -0400 |
| commit | 86e4e291bfda3365c0bb82bacb2b9990a86ce759 (patch) | |
| tree | c9729d4bd5366656e39761319546593c02f0f709 /www/templates/filters.html | |
First Commit
Diffstat (limited to 'www/templates/filters.html')
| -rw-r--r-- | www/templates/filters.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/templates/filters.html b/www/templates/filters.html new file mode 100644 index 00000000..4ada2315 --- /dev/null +++ b/www/templates/filters.html @@ -0,0 +1,5 @@ +<ion-view view-title="Filters"> + <ion-content ng-controller="zmApp.FilterCtrl"> + <h1>Filters</h1> + </ion-content> +</ion-view> |
