Sha256: 40ccaaac8150123182807b7f0f416792abbc3fe53e511e85427cca7de30804f3
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
module AngularSprinkles module Directive class Html def initialize(args = {}) @args = args.symbolize_keys end def attributes @args.except(:tag) end def tag @args[:tag] || :div end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
angular_sprinkles-0.0.7 | lib/angular_sprinkles/directive/html.rb |