'use strict'; blurAdminApp.directive('popularApp', function () { return { restrict: 'E', controller: ['$scope', function ($scope) { }], templateUrl: 'app/pages/dashboard/widgets/popularApp/popularApp.html' }; });