Advertisement
Guest User

app.js

a guest
Sep 13th, 2014
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. angular.module('FFD', ['FFD.controllers']).
  2.   config(function () {
  3.       'use strict';
  4.   }).
  5.   run(function (injectables) {
  6.   });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement