1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

add edit modal & fix some features

This commit is contained in:
Rokt33r
2015-05-30 14:06:40 +09:00
parent b8e10f320d
commit 6cf723eabe
20 changed files with 241 additions and 770 deletions

View File

@@ -39,6 +39,11 @@ module.exports = {
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'
},
{
name:'moment',
src:'node_modules/moment/moment.js',
cdn:'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.3/moment.min.js'
}
]
}