Module: SimpleFormAngular
- Defined in:
- lib/simple_form_angular.rb,
lib/simple_form_angular/version.rb,
lib/simple_form_angular/form_helper.rb,
lib/simple_form_angular/form_builder.rb
Defined Under Namespace
Modules: FormBuilder, FormHelper
Constant Summary collapse
- VERSION =
"0.0.1"
Class Method Summary collapse
Class Method Details
.build_angular_options(options) ⇒ Object
2 3 4 |
# File 'lib/simple_form_angular.rb', line 2 def self.() Hash[.map { |k, v| [ "ng-#{k}", v.to_s ] }] end |