Hello everyone i have a lot of problems to make my picture resizable (when i put my pointer on the edges of the picture) using Angular js can anyone please help me how can i make script functional?. Here is my Html ...
<div class="container">
<div class="row">
<div class="col-sm-8 ">
<img class="img-responsive " src="assets/images/coca-cola.jpg" alt="" />
</div>
</div>
</div>