angular.module("hyperadmin") .directive "formInputGroup", -> template: """
""" restrict: "E" scope: resource: "=resource" attribute: "=attribute" attr: "=attr" errors: "=errors" human: "=human" type: "=type"