Skip to content

Commit

Permalink
added "dist" folder for bower #24
Browse files Browse the repository at this point in the history
  • Loading branch information
inferpse committed May 1, 2016
1 parent 4bc2847 commit 35428e3
Show file tree
Hide file tree
Showing 16 changed files with 129 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions dist/css/theme-minimal/jcf.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/js/jcf.angular.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
* JCF directive for basic AngularJS 1.x integration
*/
angular.module("jcf",[]).directive("jcf",function(){return{restrict:"A",link:function(c,n,e){jcf.replace(n),c.$watch(e.ngModel,function(c){jcf.refresh(n)}),c.$on("$destroy",function(){jcf.destroy(n)})}}});
9 changes: 9 additions & 0 deletions dist/js/jcf.button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions dist/js/jcf.checkbox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/jcf.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions dist/js/jcf.file.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 35428e3

Please sign in to comment.