You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ __Double and Triple-State Toggle for Angular__
9
9
- Indeterminate checkboxes are great for nested checklists, but emit a `false` value in that state. nz-toggle's `tri-toggle` mode fixes this by truthfully providing 3 separate value states.
10
10
- Tooltips for the tri-toggle impaired.
11
11
12
-
[Demo](http://codepen.io/anon/pen/yNjyME)
12
+
[Demo](http://codepen.io/justckr/pen/eZaKvO)
13
13
14
14
## Get Started
15
15
@@ -55,7 +55,7 @@ var app = angular.module('app', ['nzToggle']);
55
55
56
56
```
57
57
58
-
Visit the [demo](http://codepen.io/anon/pen/yNjyME) for more usage information
58
+
Visit the [demo](http://codepen.io/justckr/pen/eZaKvO) for more usage information
0 commit comments