Ilya Shapkin

Results 6 comments of Ilya Shapkin

@geoom ![image](https://user-images.githubusercontent.com/10353034/81016897-fae14900-8e69-11ea-92ed-db76bd6c279e.png) +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 ````