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
    - - +
    + + +