- In the extension bar, click the AdBlock Plus icon
- Click the large blue toggle for this website
- Click refresh
- In the extension bar, click the AdBlock icon
- Under "Pause on this site" click "Always"
- In the extension bar, click on the Adguard icon
- Click on the large green toggle for this website
- In the extension bar, click on the Ad Remover icon
- Click "Disable on This Website"
- In the extension bar, click on the orange lion icon
- Click the toggle on the top right, shifting from "Up" to "Down"
- In the extension bar, click on the Ghostery icon
- Click the "Anti-Tracking" shield so it says "Off"
- Click the "Ad-Blocking" stop sign so it says "Off"
- Refresh the page
- In the extension bar, click on the uBlock Origin icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the uBlock icon
- Click on the big, blue power button
- Refresh the page
- In the extension bar, click on the UltraBlock icon
- Check the "Disable UltraBlock" checkbox
- Please disable your Ad Blocker
- Disable any DNS blocking tools such as AdGuardDNS or NextDNS
- Disable any privacy or tracking protection extensions such as Firefox Enhanced Tracking Protection or DuckDuckGo Privacy.
If the prompt is still appearing, please disable any tools or services you are using that block internet ads (e.g. DNS Servers, tracking protection or privacy extensions).
Question
firey
So, did a tonne of searching and coming up empty. Maybe someone has an idea on here..
Pretty much what I have, is a bootstrap modal form that is tied to an angular controller. The form works 100% no problem stand alone (like directly loading the page). However, I want to be able to render the modal form on the fly (not have it pre-rendered in the html and hidden).
Basically I want to use Ajax to pull back the html of the modal form, insert it into my page trigger the modal functionality and have it render out properly. I can get the first bit, however I can't get the angular to work.
So right now, I can pull back the modal forms html, render it, but it doesn't actually work right as none of the angular works making the modal dialog useless. I am beginning to think that I will need to load the html logic for the modal form always and just trigger the modal property to show/hide it when needed.
Though my thought with that was that if the modal form is never accessed, why waste the resources to pull it in and render it 100% of the time.
Link to comment
https://www.neowin.net/forum/topic/1257362-angularjs-modal-windows-w-controllers/Share on other sites
0 answers to this question
Recommended Posts