Files
shiny/inst
Joe Cheng 92fa1dde79 Fix #21: singleton and tags$head are not really compatible with reactiveUI
This commit fixes two problems:

- tags$head content was not properly hoisted into the head
  of the document when UI was reactively rendered
- singletons were not respected in renderUI

This makes it possible for input/output components that rely
on JavaScript libraries to simply put their script/style
dependencies in their input/output methods. This is contrary
to previous versions of Shiny where that approach would work
unless the component only appeared in renderUI/uiOutput and
not as part of the initial page render.
2013-11-09 15:11:22 -08:00
..
2013-08-05 14:02:50 -05:00
2013-05-01 01:17:07 -04:00
2012-07-23 02:10:04 -07:00
2013-10-22 02:07:06 -05:00