Sha256: 62d5a184233b9494db10cee13cf3cfec192664dfe473ce817af31a2f7917e99d

Contents?: true

Size: 469 Bytes

Versions: 1

Compression:

Stored size: 469 Bytes

Contents

I"É(function() {
  angular.module("Editor").controller("SeoCtrl", [
    "$scope", "Restangular", function($scope, Restangular) {
      console.log('SeoCtrl');
      $scope.path = window.location.pathname;
      $scope.page_options = {};
      return Restangular.one("seo" + $scope.path).get().then((function(data) {
        return $scope.page_options = 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/beWI3RRCLC4g6VodG83IFZ0l2aTJBj524Es2J4xhbZ4.cache