Files
Anders Schack-Mulligen e58094c732 Javascript: Autoformat.
2019-01-11 11:02:42 +01:00

8 lines
238 B
Plaintext

import javascript
from AngularJS::Controller c, DOM::ElementDefinition elem, string name
where
c.boundTo(elem) and
if not c.boundToAs(elem, _) then name = "-" else c.boundToAs(elem, name)
select c, elem, c.getFactoryFunction(), name