Skip to content

Instantly share code, notes, and snippets.

@unicodeveloper
Created September 12, 2016 16:20
Show Gist options
  • Save unicodeveloper/485055c128495ff6f481211b3d29ed01 to your computer and use it in GitHub Desktop.
Save unicodeveloper/485055c128495ff6f481211b3d29ed01 to your computer and use it in GitHub Desktop.
Cloudinary Blog Post - Part 1
app.controller('NavbarCtrl', function($scope, $auth) {
$scope.isAuthenticated = function() {
return $auth.isAuthenticated();
};
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment