Skip to content

Commit

Permalink
typo example
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Nov 27, 2017
1 parent 64bc707 commit bf53aa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion inst/examples/example-reactive_values.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ server <- function(input, output, session) {
titre <- reactive({
input$title
})
#

mwModule("ui", c, title = titre, series = reactive(input$series))
}

Expand Down
16 changes: 8 additions & 8 deletions inst/examples/example-two_mods_one_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ c2 <- manipulateWidget(

ui <- navbarPage(
"Test manipulateWidget",
tabPanel(
"Module 1",
mwModuleUI("mod1", height = "800px")
),
tabPanel(
"Module 2",
mwModuleUI("mod2", height = "800px")
)
tabPanel(
"Module 1",
mwModuleUI("mod1", height = "800px")
),
tabPanel(
"Module 2",
mwModuleUI("mod2", height = "800px")
)
)

server <- function(input, output, session) {
Expand Down

0 comments on commit bf53aa5

Please sign in to comment.