1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-20 13:11:44 +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

@@ -17,7 +17,6 @@ angular.module('codexen.states')
Snippet.delete(vm.snippet._id)
.success(function () {
$rootScope.$broadcast('snippetDeleted')
$state.go('snippets')
})
}
})