removed filter that didnt work anyway
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
angular.module("umbraco")
|
||||
.controller("Umbraco.Dialogs.IconPickerController",
|
||||
function ($scope, iconHelper) {
|
||||
iconHelper.getIcons("").then(function(icons){
|
||||
|
||||
iconHelper.getIcons().then(function(icons){
|
||||
$scope.icons = icons;
|
||||
});
|
||||
});
|
||||
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user