angular .module('app') .controller('GraphController', []) { function graph_centrality($state, storage) { var graph = this; graph.centrality = "Degree"; console.log(graph.centrality) } });