Skip to content

Commit 4b46341

Browse files
author
Alexander Kuleshov
committed
initial checkbox
1 parent 7833dac commit 4b46341

4 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/angularify.semantic.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
angular.module('angularify.semantic', [
2-
'angularify.semantic.accordion'
2+
'angularify.semantic.accordion',
3+
'angularify.semantic.checkbox'
34
]);

src/checkbox/README.md

Whitespace-only changes.

src/checkbox/checkbox.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
'use strict';
2+
3+
angular.module('angularify.semantic.checkbox', []);

src/checkbox/test

Whitespace-only changes.

0 commit comments

Comments
 (0)