From cb5f8446782070316dfe8cb2f6cc2b55edc8b8a2 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 2 Sep 2014 12:24:39 +0200 Subject: [PATCH] add form --- developer_manual/app/css.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index 1043b47fe..7476a7117 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -124,7 +124,7 @@ The count should be limitted to 999 and turn to 999+ if any higher number is giv .. code-block:: js - app.filter('countFormatter', function () { + app.filter('counterFormatter', function () { 'use strict'; return function (count) { if (count > 999) { @@ -138,7 +138,7 @@ Use it like this: .. code-block:: html -
  • {{ count | countFormatter }}
  • +
  • {{ count | counterFormatter }}
  • The menu is hidden by default (**display: none**) and has to be triggered by adding the **open** class to the **app-navigation-entry-menu** div. @@ -187,8 +187,10 @@ Often an edit option is needed an entry. To add one for a given entry simply hid
    - - +
    + + +