3 June, 2016
0 Comments
1 category
In a brownfield application I encountered a old fancybox jquery plugin. This plugin was used throughout the whole application. This fancybox is just a modal dialog.
I wanted the content of the fancybox to be handled by angular.
To accomplish this, I used the following code:
You can find the code at:
https://github.com/roelvanlisdonk/Research/tree/master/Base/Web/src/Web/wwwroot/blog/fancybox
Category: Uncategorized