vojtajina / helpdesk-client

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

Disable sending empty ticket / project #8

Open vojtajina opened 13 years ago

vojtajina commented 13 years ago

When ticket description / project name is empty, we should not perform any operation - no request to server... This could be done on controller level or $resource level. Write unit test at first.

In the future we might add some info messages...