diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-28 10:42:15 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-06-28 10:42:15 -0400 |
| commit | c841472fd5b2b6cf038cfde02283239166f3b0a1 (patch) | |
| tree | 77448d50a4638cbdf6fbf592a4c2b24744a00ec8 /www/templates | |
| parent | a0b53e19dcf4afaaa0ffc3ec2bed0a6a27b62d70 (diff) | |
#277 - took out ng-if and wrote a custom filter
Former-commit-id: a293b031b874288a0c0a2d4e2ebb2a2dab990e2e
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/montage.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 43340041..c27e2ef9 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -53,8 +53,11 @@ - <span ng-repeat="monitor in MontageMonitors|limitTo: monLimit" - ng-if="monitor.Monitor.Function!='None' && monitor.Monitor.Enabled !='0' "> + <!-- <span ng-repeat="monitor in MontageMonitors|limitTo: monLimit" + ng-if="monitor.Monitor.Function!='None' && monitor.Monitor.Enabled !='0' ">--> + + <span ng-repeat="monitor in MontageMonitors | onlyEnabled |limitTo: monLimit" > + |
