Skip to content

Instantly share code, notes, and snippets.

@zdwolfe
Created October 31, 2013 01:15
Show Gist options
  • Save zdwolfe/7243022 to your computer and use it in GitHub Desktop.
Save zdwolfe/7243022 to your computer and use it in GitHub Desktop.
'use strict';
angular.module('librecmsApp')
.controller('ContentCtrl', function ($state, $scope) {
$scope.itemType = $state.current.data.itemType;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment