Edit in JSFiddle

function DemoCtrl($scope) {

}
<div ng-app>
  <div ng-controller="DemoCtrl">

  </div>
</div>