| '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