SHARE
TWEET

Untitled

a guest Oct 19th, 2016 73 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. angular.module('Navbar_Unauthenticated', [])
  2.     .controller('RegistrationController',['$scope','$http', function($scope, $http){
  3.         console.log($scope);
  4.        
  5.     }
  6.     .controller('LoginController',['$scope','$http', function($scope, $http){
  7.         console.log($scope);
  8.        
  9.     }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top