'use strict'; //Load controller angular.module('acufuel') .controller('AirListController', ['$scope',function($scope) { $scope.test = "Testing..."; }]);