[pollen] branch develop updated (90fda3e -> 1e29b02)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See http://git.chorem.org/pollen.git from 90fda3e fix test new 1e29b02 add trigger change when remove date in dateTimePicker directive The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 1e29b02e748d2cbca8c30588a0b3bee28e996ae5 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 19 16:55:41 2014 +0200 add trigger change when remove date in dateTimePicker directive Summary of changes: pollen-ui-angular/src/main/webapp/js/directives.js | 1 + 1 file changed, 1 insertion(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See http://git.chorem.org/pollen.git commit 1e29b02e748d2cbca8c30588a0b3bee28e996ae5 Author: Adrien Garandel <a.garandel@dralagen.fr> Date: Tue Aug 19 16:55:41 2014 +0200 add trigger change when remove date in dateTimePicker directive --- pollen-ui-angular/src/main/webapp/js/directives.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pollen-ui-angular/src/main/webapp/js/directives.js b/pollen-ui-angular/src/main/webapp/js/directives.js index 8e66413..1e7bfe1 100644 --- a/pollen-ui-angular/src/main/webapp/js/directives.js +++ b/pollen-ui-angular/src/main/webapp/js/directives.js @@ -655,6 +655,7 @@ angular.module('pollenDirective', []) scope.remove = function () { scope.ngModel = null; scope.dateTimePicker.data("DateTimePicker").setDate(null); + element.trigger("change"); } } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm