ng-bs-animated-button
ng-bs-animated-button copied to clipboard
Angular/Bootstrap animated submit button directive
It's looks like icon.initial is never used (at least with onlyIcons = false). Is there any reason for that? I would like to have button with "defaultText" + "initailIcon". if...
there is no option allowing to display both icon and text together. (custom)
I wanted to be able to pull this from NPM since I don't use bower anymore for newer projects. It seems this project is currently stagnant, but if you do...
Please register with [Bower Search](http://bower.io/docs/creating-packages/#register). I use [WebJars](http://www.webjars.org) to manage my javascript assets in a java package manager. WebJars it turns out uses Bower Search to find bower packages. This...
I guess it based on 'Jeremy peterS' but It doesn't make any sense for the code.
Hi, Currently, settings is set using the || operator... e.g: buttonDefaultText: $scope.options.buttonDefaultText || 'Submit', This enforce the "Submit" to show even if the user has set the value to an...