Skip to content

Instantly share code, notes, and snippets.

/controllers.js Secret
Created Dec 10, 2014

Embed
What would you like to do?
'use strict';
var blogControllers;
blogControllers = angular.module('blogControllers', ['blogServices']).controller('homePageCtrl', ['$scope', 'Post', function($scope, Post) {}]);
//# sourceMappingURL=controllers.js.map
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.