vojtajina / helpdesk-client

Helpdesk application - simple JS client, written in angularjs, working with REST service
www.angularjs.org
59 stars 23 forks source link

Add simple markup for ticket/project description #2

Closed vojtajina closed 13 years ago

vojtajina commented 13 years ago

For the beginning, new lines and bold could be ok. We can extend that later...

Syntax:

* something bold * -> <b>something bold</b>
first \n second line -> first <br /> second line

This should be implemented creating custom http://docs.angularjs.org/#!/api/angular.filter Don't forget unit tests for that !