jqueryui.controller.js 279 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 (function() { 'use strict' angular.module('acufuel') .controller('jqueryuiController', [ '$scope', '$filter', '$rootScope', '$state', jqueryuiController]); function jqueryuiController($scope, $filter, $rootScope, $state) { } })();