Open
Conversation
…ouble-switching fix for double switching
Add main entry to package.json
- Adds support for "ng-disabled"; - Fixes "width" and "height" attributes; - Fixes width calculation (width increases with each flip); - Allows to style each toggle widget individually via toggle-style attribute; - Removes "style" attribute due to name conflict; - Other improvements and optimizations;
- Adds support for "ng-disabled"; - Fixes "width" and "height" attributes; - Fixes width calculation (width increases with each flip); - Allows to style each toggle widget individually via toggle-style attribute; - Removes "style" attribute due to name conflict; - Other improvements and optimizations;
Updated version. Support for "ng-disabled and bug fixes.
* Upgraded packages, modules and dependencies
* Fixed JSHint issues * Changed `onstyle` for `onClass` and `offstyle` for `offClass`
* Removed global variables * Fixed the toggle initialization so that it doesn't toggle twice from on, to off, to on again * Removed unnecessary $watch of ngModel
* Really fixed the width issue. Using _scrollWidth_ works well and does not require checking the wrapper width.
…h-issue Feature/issue 33 width issue
…n behavior to version 0.1.1 * Re-implemented the `style` attribute, which is now replaced with `toggle-class` (more logical and consistent with `on-class` and `off-class` (`style` is still supported for backward compatibility) * Updated **index.html** to reflect the latest changes in the attributes * Moved **gh-pages** branch content to **master/** with some updates and so so that index.html automatically uses /dist files * Button size classes (`btn-lg`, `btn-sm`, etc.) are properly set to all elements as attribute `size` is specified * Button width and height automatically adjusts with the content size and font size (incl. a refresh once all fonts from the document are loaded) * Removed artifical `min-height` values for the various button sizes (it's automatic now) * Added support for empty buttons
…t-does-not-work Fix height issues (as reported in issue ziscloud#5) and various improvements
Set version to 0.4.0
sync to base repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.