Created
June 2, 2014 22:52
-
-
Save Swizec/55a53a7a2dd966c78152 to your computer and use it in GitHub Desktop.
Bla
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var module = angular.module("device-picker", ['ng']); | |
module.controller("bla", ['$scope', function ($scope) { | |
console.log("HAI"); | |
}]); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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