matodrobec

Results 3 issues of matodrobec

Hello, I would like to send mail from `app service` by using `mail` command like ``` echo "hello" | mail -s "test subject" -r [email protected] [email protected] ``` but this mail...

$destroy event is not triggered after the popup is closed. ``` javascript app.directive('mapDetailPopup', function () { return { restrict: 'E', link: function (scope) { var timerId = null; timerId =...

I would like to use grunt-bower-concat to build custom vendor javascript file but I am always get error: ``` shell > grunt bower_concat Running "bower_concat:js" (bower_concat) task Fatal error: Arguments...