Imagine a scenario when a dom manipulation is required after directive has been init. For instance you have jQuery plugin that is wrapped: $().whatever({ onOpen: function(e) {} }); If we expose and bind that callback we are obliged by angular convention to expose that part for model manipulation. So we have the problem of waiting […]
The post directive after dom manipulation appeared first on BlogoSfera.