Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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