JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

Style agnostic #26

Closed ghost closed 8 years ago

ghost commented 8 years ago

I think the styling should be left to the dev , it seems odd to cater for bootstrap.

'<p class="navbar-btn"><a class="{{buttonClass}}"><span href="#" ng-hide="signedIn" ng-click="signIn()" >{{signInText}}</span><span href="#" ng-show="signedIn" ng-click="signOut()">{{signOutText}}</span></a></p>' line 225

Also just out of interest what is the use for the href="#"