durandal - HotTowel SPA site launch with request paramters -
i have developed website using hottowel spa template. need users access spa website hyperlink on website parameters(query string/post). need access these paramters in shell.js header.html view need data. startmodule late access information if pass using :parm syntax in hash tag.
can please advise best way around.
thanks in advance vik
you can access query string parameters in shell.js through window object.
window.location.search
there article on mdn showing this.
Comments
Post a Comment