Remove unused linter options

This commit is contained in:
Johannes Zellner
2016-02-11 14:35:51 +01:00
parent cdd82fa456
commit 402385faca

View File

@@ -1,6 +1,3 @@
/* global ISTATES:false */
/* global HSTATES:false */
'use strict';
angular.module('Application').controller('AppsController', ['$scope', '$location', 'Client', 'AppStore', function ($scope, $location, Client, AppStore) {