Skip to content

Instantly share code, notes, and snippets.

@SimonDoy
Created May 8, 2016 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SimonDoy/3723bcbe0abd8079c4ac615a96d86159 to your computer and use it in GitHub Desktop.
Save SimonDoy/3723bcbe0abd8079c4ac615a96d86159 to your computer and use it in GitHub Desktop.
app.js after having the new dataModelService module added
'use strict';
var invoiceFormApp = angular.module('itspInvoiceFormApp',
[
'ngRoute', 'invoiceControllersModule', 'dataModelService'
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment