Jakob
Member since Aug 30, 2015
- Profile: /members/12799-jakob.htm
- URL: https://codepen.io/jakob-e
- Comments: 2
Recent Blog Comments By Jakob
-
Using Unicode And Special Characters Within The content Property In CSS
Posted on Feb 20, 2022 at 10:34 AM
Hi Ben, I always enjoy your journeys into whatever corner of tech that sparks your interest. If you want to dive deeper into emoji (not the movie 😉) - I had a lot of fun looking at modifiers (works a bit like ligatures). Example: 👩 = \1F469 🏽 = \1F3FD \200D (zero wi... read more »
-
Using Track-By With ngRepeat In AngularJS 1.2
Posted on Aug 30, 2015 at 10:48 AM
Hi Ben, Just a small note on template caching using track by. If you use $index the template get cached on the index - causing templates to switch if e.g. deleting an item. Example: http://codepen.io/jakob-e/pen/MaWgPG Thanks a million for all your great posts :-)... read more »