Commit f3911149fed34c10f6008d0af380f954fa62daf4

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master

See merge request !14
src/js/soloPositivos-directive.js
1 1 angular.module('focaDirectivas')
2   - .directive('soloPositivo', function(){
  2 + .directive('soloPositivos', function(){
3 3 return {
4 4 require: 'ngModel',
5 5 scope: true,