Implemented historical commands

This commit is contained in:
Borys Levytskyi
2015-04-03 19:31:57 +03:00
parent 8e5be22fe3
commit 022c65635c
12 changed files with 148 additions and 122 deletions

View File

@@ -1,6 +1,6 @@
(function(should, app){
app.service("formatter", {
app.component("formatter", {
toBinaryString: function(num, totalLength) {
var binaryStr = num.toString(2),