Skip to content

Instantly share code, notes, and snippets.

@fellipeh
Created December 10, 2015 12:17
Show Gist options
  • Save fellipeh/b1a09927aac15da6b7c5 to your computer and use it in GitHub Desktop.
Save fellipeh/b1a09927aac15da6b7c5 to your computer and use it in GitHub Desktop.
MyAppMobile.angular.factory('ParametrosService', ['$document', '$http', function ($document, $http) {
'use strict';
return {
parametros: {
nome: '',
valor: ''
}
};
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment