1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-22 06:01:45 +00:00

Basic authentication is done.(need refactor)

This commit is contained in:
Rokt33r
2015-05-27 16:42:34 +09:00
parent 3e5fe1284d
commit 092a2f3e8a
22 changed files with 932 additions and 19 deletions

View File

@@ -39,6 +39,11 @@ module.exports = {
name:'satellizer',
src:'node_modules/satellizer/satellizer.js',
cdn:'https://cdn.jsdelivr.net/satellizer/0.10.1/satellizer.min.js'
},
{
name:'angular-md5',
src:'node_modules/angular-md5/angular-md5.js',
cdn:'https://raw.githubusercontent.com/gdi2290/angular-md5/v0.1.7/angular-md5.min.js'
}
]
}