Commit d0fb100022a04efacaa8be062f71ae18f32f4a49

Authored by Eric Fernandez
1 parent 550d1bf822
Exists in master

las coma rompen los cálculos entonces reemplazo por punto porque tenemos que presentar esto rápidp

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -36,7 +36,7 @@ angular.module('focaTeclado')
36 36 {type: 'number', text: '/'}
37 37 ],
38 38 [
39   - {type: 'number', text: ','},
  39 + {type: 'number', text: '.'},
40 40 {type: 'number', text: '*'},
41 41 {type: 'number', text: '+'}
42 42 ]