angular-toggle-switch
1.0.0
dotnet add package angular-toggle-switch --version 1.0.0
NuGet\Install-Package angular-toggle-switch -Version 1.0.0
<PackageReference Include="angular-toggle-switch" Version="1.0.0" />
paket add angular-toggle-switch --version 1.0.0
#r "nuget: angular-toggle-switch, 1.0.0"
// Install angular-toggle-switch as a Cake Addin #addin nuget:?package=angular-toggle-switch&version=1.0.0 // Install angular-toggle-switch as a Cake Tool #tool nuget:?package=angular-toggle-switch&version=1.0.0
Toggle Switches for AngularJS. Based off Bootstrap switch by Matt Lartentis.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fix bug with disabling toggle; Wrap module in anonymous wrapper; Add app wide configuration; Fix copywright in license; Update to Bootstrap 3; Namespace styles; Fix error with classname; linted and fixed tests; updated to use ngModel; Fix bug with toggle not working; Replaced ng-click with element.on(); Implemented callback on toggle event; Add css to bower's main property;