Update With Angular

This commit is contained in:
briandavidjoyner 2017-11-04 22:32:01 -04:00
parent 4942b9758a
commit 1c6b19178e
4 changed files with 13 additions and 4 deletions

View file

@ -0,0 +1,3 @@
app.controller('main_controller', ['$scope','brandInfo','brandData','itemData','sizeData','$route','$window', 'title',
function($scope){}
]);

1
public/scripts/module.js Normal file
View file

@ -0,0 +1 @@
var app = angular.module('diapers_app',[]);