Advertisement
sombriks

cadastrocontrole.js

Dec 11th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. angular.module("mymodule").controller("corecontroller",function($scope,estadoservice){
  2.   estadoservice.list().then(function(ret){
  3.     $scope.estados = ret.data
  4.   })
  5. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement