From c21ab0a68abebab541fcaf322a87f3817a98d095 Mon Sep 17 00:00:00 2001 From: exex zian Date: Wed, 26 Jun 2013 02:28:31 +0530 Subject: docs(tutorial/step9): formatted Unicode character line Add tick and cross mark corresponding to their respective unicodes. --- docs/content/tutorial/step_09.ngdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 286fa98a..245a51d5 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -37,8 +37,7 @@ angular.module('phonecatFilters', []).filter('checkmark', function() { The name of our filter is "checkmark". The `input` evaluates to either `true` or `false`, and we -return one of two unicode characters we have chosen to represent true or false (`\u2713` and -`\u2718`). +return one of the two unicode characters we have chosen to represent true (`\u2713` -> ✓) or false (`\u2718` -> ✘). Now that our filter is ready, we need to register the `phonecatFilters` module as a dependency for our main `phonecat` module. -- cgit v1.2.3