Adding new Settings shortcuts.

This commit is contained in:
Gunther Brunner
2014-05-22 22:27:28 +09:00
parent d14b9965b0
commit f5ffd14c92
9 changed files with 125 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
module.exports = angular.module('stf.text-history', [
])
.directive('textHistory', require('./text-history-directive'))