Erik August Johnson - Blog: How to use ng-bind-html with ng-repeat
Three Goblin Art
No title available
Not today Justin
Game of Thrones Daily
trying on a metaphor

⁂

No title available
AnasAbdin

izzy's playlists!
No title available

pixel skylines
I'd rather be in outer space 🛸
i don't do bad sauce passes

★

祝日 / Permanent Vacation

Kaledo Art
DEAR READER
Cosimo Galluzzi

roma★
let's talk about Bridgerton tea, my ask is open

seen from France

seen from Canada
seen from Italy
seen from United States

seen from United States
seen from Brazil
seen from Germany
seen from Türkiye

seen from Türkiye

seen from United States
seen from United States
seen from Portugal
seen from United States

seen from Sweden
seen from United States
seen from Türkiye

seen from Türkiye

seen from Singapore

seen from Netherlands
seen from United States
@devinterests-blog
Erik August Johnson - Blog: How to use ng-bind-html with ng-repeat
http://gudh.github.io/ihover/dist/index.html
Thriving as a Developer in Today’s Shifting Landscape
One thing missing from the basic installation of Laravel is some built in roles system. Find out an effective way to add roles checking to your application.
kimono: create APIs where they don't exist
Laravel and Angular have both become very well renowned tools in the web development world lately. Laravel for the great things it brings to the PHP community and Angular for the amazing frontend tools and its simplicity. Combining these two great frameworks only seems like the logical next step. For our use cases, we will […]
A protip by dperrymorrow about css and less.
Module Pattern Example
var myApp = (function() { var someElement = $("#foo"); //some element I know I'll use lots var addMessage = function(message) { $.ajax({ url: '/test', type: 'POST', dataType: "json", data: {'message' : message}, success: function(data) { ... }, error: function() { ... } }); }; var inputClick = function(event) { event.preventDefault(); //depending on if you'll reuse these selectors throughout the app I might have these as variables $('.loading').html('<img class="remove_loading" src="/graphics/loading.gif" />'); var message = $(".wallmessage").val(); if (message == ""){ $("#messageempty").jmNotify(); $('.remove_loading').remove(); } else { addMessage(message); } }; var bindFunctions = function() { $("input#share").on("click", inputClick) }; var init = function() { bindFunctions(); }; return { addMessage: addMessage //anything else you want available //through myApp.function() //or expose variables here too }; })(); //usage myApp.init();
angular-carousel - Mobile friendly AngularJS carousel
angular-mobile-nav - An angular navigation service for mobile applications
Provide hotkey functionality in AngularJS
ngInfiniteScroll - Infinite Scrolling for AngularJS
You know you need to learn jQuery. Everyone else has, and you’re falling behind! No worries; it’s a brand new year, and ...
AngularJS AJAX and PHP