Skip to main content

All Questions

0 votes
1 answer
605 views

Service not working - AngularJS

My task is to create a form and display the entered data to a div on clicking 'Submit'. The task involves creating two directives, one for creating the form and another for displaying the entered data....
Anand's user avatar
  • 45
1 vote
1 answer
320 views

How to share data exclusively between a directive and a factory in AngularJS?

I want to build a modal directive with an Async API to open the modal. What I was thinking about is a factory that returns me the API object that manipulates the modal directive. Using Angular-UI ...
7hi4g0's user avatar
  • 3,819