Frederik Dietz
Frederik Dietz
I tested this for myself and it seems to work fine. I've added more logging to simplify debugging though: https://github.com/fdietz/team_dashboard/commit/324aa8b4163b5218af9ea380903e94536c7b4bd5
Hi ferrouswheel, I just did a quick and dirty proof of concept. I'll update the issue when I got something to share on a branch or on master with feature...
Sounds great! I'll will try to pull the code from my proof of concept branch to something more usable to share. On Mon, Jul 1, 2013 at 9:41 PM, Csergő...
I've got an initial "working" widget integrated on master now. Code still needs a lot more polishing but gives you guys something to play around with. @deathowl Sadly, I can't...
Thanks a lot for pointing this out! I intentionally used ng-transclude in order to render the paragraph right after the h3 element inside the div. Your example is slightly different...
Thank a lot for your quick answer :-) I've tested with both the `supportRedirect` and the `forceIframe` flags. Both switch correctly to using an `` when using Safari Desktop. So,...
We can confirm that embedding described above works without freezing. But, since all our PDFs are behind redirects we completely disabled all PDF embedding for all Mac Desktop Safari users...
Since the mainApp module lists the user list module as a dependency, you can inject the ReverseNameService, similar to how it is done in the user list directive.
Hi Dragan, I suggest a somewhat easier approach to handle the "key[234]" brackets parsing. Why not using a regular expression instead? For example: \A(._)[(\d_)]\Z For a string "key[234]" this will...
Hi again, I've added an initial spec to get you started with the test cases: 888dc2100419544cfe8cde1528d2cdb1d64f5610