Following a publication of Fernando Mantoan , the It looks like a simple thing, it's a directive:
myApp.directive('forceBind', function() {
return {
require: '^form',
priority: -1,
link: function (scope, element, attrs, form) {...
asked by
16.10.2017 / 08:02