Update With Angular
This commit is contained in:
parent
4942b9758a
commit
1c6b19178e
4 changed files with 13 additions and 4 deletions
3
public/scripts/main_controller.js
Normal file
3
public/scripts/main_controller.js
Normal 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
1
public/scripts/module.js
Normal file
|
@ -0,0 +1 @@
|
|||
var app = angular.module('diapers_app',[]);
|
Loading…
Add table
Add a link
Reference in a new issue