Skip to content

Commit

Permalink
Ajustado main;
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopaulichi committed Nov 24, 2017
1 parent 5aa09f1 commit 235753e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
],
"description": "Grid directive with Angular, Bootstrap and Font Awesome",
"main": [
"softgrid.tpl.js",
"softgrid.css"
"./dist/softgrid.tpl.js",
"./dist/softgrid.css"
],
"dependencies": {
"angular": ">1.5.8",
Expand Down
1 change: 0 additions & 1 deletion src/softgrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

/** @ngInject */
function softGrid($filter, $timeout) {
console.log('foi porra')
return {
restrict: 'E',
replace: true,
Expand Down

0 comments on commit 235753e

Please sign in to comment.