Skip to content

Instantly share code, notes, and snippets.

@Swizec
Created June 2, 2014 22:52
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 Swizec/55a53a7a2dd966c78152 to your computer and use it in GitHub Desktop.
Save Swizec/55a53a7a2dd966c78152 to your computer and use it in GitHub Desktop.
Bla
var module = angular.module("device-picker", ['ng']);
module.controller("bla", ['$scope', function ($scope) {
console.log("HAI");
}]);
<div class="adSizeRuler" ng-app="device-picker">
<ul class="device-list" ng-controller="bla">
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment