stellar-deprecated / stellar-client

INACTIVE. Browser based client for stellard. This repository is inactive. It points to the stellard network, which is being replaced by stellar-core. Please refer to the replacement repository, interstellar-client, which points to the stellar-core network.
Other
306 stars 74 forks source link

href="#" only works on the dashboard #1141

Closed deckar01 closed 9 years ago

deckar01 commented 9 years ago

https://github.com/stellar/stellar-client/commit/5191c8a4bd18544628ca521ac66d35f8856d4f89 made the wrong assumption that href="#" was ignored by ui-router (it seemed like it was on the dashboard).

<a> tags are angular directives that allow an empty href to prevent navigation.