Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. controller('ViewCtrl', function ($timeout, $q, $log, $scope, $http, Upload, FileUploader) {
  2.  
  3. $scope.articleOwner = "";
  4.  
  5.  
  6. $scope.build = function() {
  7. console.log($scope.articleOwner);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement