UNPKG

meteor-autoform-materialize

Version:
10 lines (7 loc) 222 B
/*jshint esversion: 6 */ import { Template } from 'meteor/templating'; import Utility from '../../utilities'; import './month.html'; Template.afInputMonth_materialize.helpers({ atts: Utility.attsToggleInvalidClass });