Skip to content

Instantly share code, notes, and snippets.

@jamlfy
Created November 9, 2014 17:20
Show Gist options
  • Select an option

  • Save jamlfy/1827708c18581205dce5 to your computer and use it in GitHub Desktop.

Select an option

Save jamlfy/1827708c18581205dce5 to your computer and use it in GitHub Desktop.
angular.module('myApp', ['myModule']).controller('NameController', ['$scope', function(scope){
--...
}])
<div ng-app="myApp" ng-controller="NameController">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment