Ilya Shapkin
Ilya Shapkin
@geoom  +1
Hi, @krulik! I solved this issue with additional directive like this: ``` directive('validForm', [ '$rootScope', function ($rootScope) { return { restrict: 'A', link: function (scope, elem) { elem.on('submit', function ()...
Hi! You must created fos_comment.yaml in config/packages and set orm ``` fos_comment: db_driver: orm ````
Same problem
+100500