Skip to content

Commit

Permalink
crud
Browse files Browse the repository at this point in the history
  • Loading branch information
raylight75 committed Feb 23, 2016
1 parent c3278ec commit cc352cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/controllers/productCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ angular.module('myApp', []).controller('productCtrl', function ($scope, $http) {
$scope.items = data;
});
error(function(data) {

});
$scope.orderProp = 'product_id';
$scope.latest = 6;
Expand Down

0 comments on commit cc352cc

Please sign in to comment.