Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kalupa/5066870 to your computer and use it in GitHub Desktop.
Save kalupa/5066870 to your computer and use it in GitHub Desktop.
%input{ :name => "page_url",
:type => "text",
:placeholder => "http://YourProductSite.com",
:maxlength => 200,
:"ng-model" => "product_advanced.page_url",
:"ng-disabled" => "!product_advanced.has_landing_page",
:"ng-change" => "change(product_advanced)",
:"ng-required" => "product_advanced.has_landing_page",
:"enforce-uri-scheme" => "" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment