/**
* Angular application to the front end part of The Blender app
*/// Configurationvar app = angular.module('the-blender',
[
'blenderController',
'blenderService',
'blenderRoute',
'blenderDirective',
'blenderModelUser',
'blenderModelRecipe',
'ngCookies',
'ngResource'
]);