Updated almost all dependencies.

Socket.io' has-binary PR finally got merged so updating to the latest version.
This commit is contained in:
Gunther Brunner
2015-02-24 18:59:56 +09:00
parent 21b4ebe9e4
commit 5c5bd7a822
6 changed files with 31 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
require('ladda/dist/ladda-themeless.min.css')
window.Ladda = require('ladda/js/ladda')
//window.Ladda = require('ladda/js/ladda')
require('angular-ladda/src/angular-ladda')
module.exports = {
Ladda: window.Ladda,
//Ladda: window.Ladda,
name: 'angular-ladda'
}