Commit 2be6d09901cbe56919d900318b9053e43282e890

Authored by Luigi
1 parent d14d61c944
Exists in master

rename directiva

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
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,