Sha256: 83f49ad1d042ab95d9097f229f76bf5f6803414c56a8caff75dd2fefc8f003d6
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
I"¢(function() { angular.module("Editor").controller("GitCtrl", [ "$scope", "Restangular", function($scope, Restangular) { console.log('GitCtrl'); $scope.commits = []; return Restangular.one("commits").get().then((function(data) { console.log(data); return $scope.commits = data; }), function(error) { return console.log(error); }); } ]); }).call(this); :ET
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sedge_cms-0.0.1 | test/dummy/tmp/cache/assets/development/sprockets/v3.0/81pA4bQanGG99CgGxnOfVKEqubyvYp9Dt4mwVO-LZLc.cache |