Blame view
app/partials/delselected/delselected.controller.js
176 Bytes
4bb02bb84
|
1 2 3 4 5 6 7 8 9 10 11 |
'use strict'; //Load controller angular.module('acufuel') .controller('delselectedController', ['$scope',function($scope) { $scope.test = "Testing..."; }]); |