Ryan Bertrand
Ryan Bertrand
If shown in a popover, the view thinks it's width is 768. The size is setup in the viewWillAppear so this fixes it.
I am struggling a bit with how we include something like this that does not include flat .js and .min.js file(s). Would be great to see and learn how to...
I was getting errors while using `defroute` with validations. My vector route looked like: ``` (defroute ["/patient/:patient-id" :patient-id #"pat_[A-Za-z0-9]{16}"] {:keys [patient-id] :as params} (do)) ``` The error printed to the...