packages feed

yesod-static-angular-0.1.0: test/angular/mod1/a.js

module.controller("myctrl", function($scope) {
    console.log("A");
    $scope.A = "A";
});