Skip to content

Instantly share code, notes, and snippets.

@jiminys
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jiminys/ae6702790e47eedf7c0e to your computer and use it in GitHub Desktop.
Save jiminys/ae6702790e47eedf7c0e to your computer and use it in GitHub Desktop.
simple angular controller
(function () {
/* ngInject */
function Controller($scope) {
}
var app = angular
.module('App')
app.controller('Controller', NavbarController);
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment