Angular module

This is an angular's UI extension example. The page uses ZF2 forms and a "zform" view helper to display the form. (Here comes the description of the page)

People data - information from the web API of this module

Id Name F.Name B.Month  
{{person.id}} {{person.name}} {{person.family}} {{person.bmonth}}

Job queue data - data from JQ web APIs

Name Priority Max concurrent jobs  
{{queue.name}} {{queue.priority}} {{queue.max_http_jobs}}