MatrixSynapse/webclient
Emmanuel ROHEE dde50d4245 Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page.
This happpens with room URL like http://127.0.0.1:8080/matrix/client/#/room/#public:localhost. The second hash part is transferred to the next page when using $location.path.
2014-08-22 11:44:09 +02:00
..
components
img
js
login Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
room Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
rooms Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
user
README
app-controller.js Use $location.url instead of $location.path to get clean page URL without hash arguments of the previous page. 2014-08-22 11:44:09 +02:00
app-directive.js
app-filter.js
app.css
app.js
favicon.ico
index.html

README

Basic Usage
-----------

The Synapse web client needs to be hosted by a basic HTTP server.

You can use the Python simple HTTP server::

    $ python -m SimpleHTTPServer

Then, open this URL in a WEB browser::

    http://127.0.0.1:8000/