diff --git a/bower_components.zip b/bower_components.zip deleted file mode 100644 index de3cb85..0000000 Binary files a/bower_components.zip and /dev/null differ diff --git a/src/app/components/proposal-carousel/proposal-carousel.directive.js b/src/app/components/proposal-carousel/proposal-carousel.directive.js index 2cbbe2c..1e9a9d3 100644 --- a/src/app/components/proposal-carousel/proposal-carousel.directive.js +++ b/src/app/components/proposal-carousel/proposal-carousel.directive.js @@ -67,7 +67,8 @@ ProposalCarouselController.prototype.showContent = function (proposal) { var vm = this; - + console.log(proposal); + console.log("proposal"); vm.$state.go('programa', { slug: proposal.parent.slug, proposal_id: proposal.id diff --git a/src/app/components/proposal-list/proposal-list.directive.js b/src/app/components/proposal-list/proposal-list.directive.js index 3bbb551..9a50504 100644 --- a/src/app/components/proposal-list/proposal-list.directive.js +++ b/src/app/components/proposal-list/proposal-list.directive.js @@ -36,7 +36,8 @@ ProposalListController.prototype.showContent = function (proposal) { var vm = this; - + console.log(proposal); + console.log("proposal"); vm.$state.go('programa', { slug: proposal.parent.slug, proposal_id: proposal.id diff --git a/src/app/pages/auth/new-password.html b/src/app/pages/auth/new-password.html index 6c80399..5604385 100644 --- a/src/app/pages/auth/new-password.html +++ b/src/app/pages/auth/new-password.html @@ -31,7 +31,7 @@ novalidate name="newPasswordForm" ng-submit="newPasswordForm.$valid && pageNewPassword.submitNewPassword($event, newPasswordForm)"> - +
-- libgit2 0.21.2