Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
54 views

AngularJS - Using Model in Controller causing Model to update

I have an Angular application where in I'm pulling from a model some data which is saved on the load of the app. For simplicity sake, I've explicitly defined the data which is being pulled. The issue ...
Gary's user avatar
  • 395
1 vote
2 answers
957 views

opening a modal without using a button in angularJS which is accessible to all the controllers

<div class="modal-content"> <div class="modal-header"> <h3 class="modal-title">Standard message modal</h3> </div> <div class="modal-body"> ...
Jharna's user avatar
  • 21
0 votes
2 answers
2k views

Referencing the element that is calling a controller function Angularjs ( ng-change / ng-blur / ng-* ? )

The original question asked about how to determine which element called the controllers blurr function, but I didn't clarify that I was not specifically asking about ng-blur, but ng-* (ng-change, ng-...
Andrew Luhring's user avatar
0 votes
1 answer
732 views

Referencing the element that's calling a controller function Angularjs

Fairly simple but I can't figure out the term I need to google. How do I reference whichever element is calling the controllers blurr function? html <body ng-app="test"> <div ng-...
Andrew Luhring's user avatar