Guest User

Untitled

a guest
May 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $http.get('app/modules/Ventafija/views/ventafija/comprobante.html', {
  2. cache: $templateCache
  3. })
  4. .then(function(result) {
  5. console.log(result.data);
  6.  
  7. });
Add Comment
Please, Sign In to add comment