glowingbear-mainbox/js
Tor Hveem a02573a9c2 Construct plugin elements async. Fixes #660
This commit changes the plugins that uses angular.element to load
resources directly to instead return a function that runs
angular.element. When the browser runs angular.element('<img>') and gets
a src attr it will fetch the content in the src. This makes the
browser running gb automatically fetch all plugin content that gets
linked even if the user didn't request it.

Maybe we could change our plugin architecture to split the match
function and the generator functions so this could be solved more
elegantly.
2015-10-19 14:54:21 +02:00
..
connection.js Merge pull request #620 from glowing-bear/noswitch 2015-09-17 09:05:35 +02:00
filters.js Re-implement click to join functionality. 2015-06-11 09:10:23 -07:00
glowingbear.js Merge pull request #644 from glowing-bear/url-hash 2015-09-17 09:10:55 +02:00
handlers.js Merge pull request #620 from glowing-bear/noswitch 2015-09-17 09:05:35 +02:00
inputbar.js Merge pull request #620 from glowing-bear/noswitch 2015-09-17 09:05:35 +02:00
irc-utils.js fix nick completion on nicks with special chars 2015-03-24 12:57:57 +01:00
localstorage.js Settings module 2015-02-04 19:56:56 +01:00
models.js Merge pull request #620 from glowing-bear/noswitch 2015-09-17 09:05:35 +02:00
notifications.js Add notification and unread count to topbar 2015-03-24 23:27:29 +01:00
plugin-directive.js Fix automatic embedding of asynchronous plugins (jsonp) 2015-02-08 11:50:49 +01:00
plugins.js Construct plugin elements async. Fixes #660 2015-10-19 14:54:21 +02:00
settings.js settings: add a cache 2015-05-21 21:08:17 +02:00
utils.js Split things up into logical blocks 2014-08-31 15:57:36 +01:00
websockets.js fixes for reconnect feature 2015-03-15 23:58:18 +01:00
weechat.js Use strict 2014-09-07 16:55:18 +01:00