angular.module("hyperadmin") .directive "formActions", -> template: """
Cancel
""" restrict: "E" scope: cancelState: "=cancelState" form: "=form"