Sha256: 34499dde05811c77a4e74dda09eaca4f3a15ce76ebda434adf30fcbbafc1eba0
Contents?: true
Size: 601 Bytes
Versions: 6
Compression:
Stored size: 601 Bytes
Contents
ready = -> self = this class AdminController init: -> #need to add datepicker to newly added inputs from nested_form_for $('body').on 'click','.add-semester', -> setTimeout -> $('.datepicker').datepicker() ,500 index: -> self.app.upload_picture() edit: -> self.app.country_dropdown() show: -> self.app.country_dropdown() new: -> self.app.country_dropdown() school_details: -> self.app.upload_picture() @app.admin = new AdminController $(document).ready(ready) $(document).on('page:load', ready)
Version data entries
6 entries across 6 versions & 2 rubygems