TG-119 : add angular-material-icons library
This commit is contained in:
@ -13,7 +13,8 @@ var app = angular.module('clientApp', [
|
||||
'ngCookies',
|
||||
'ngSanitize',
|
||||
'ngMaterial',
|
||||
'ui.router'
|
||||
'ui.router',
|
||||
'ngMdIcons'
|
||||
]);
|
||||
|
||||
app.config(function ($stateProvider, $urlRouterProvider) {
|
||||
|
Reference in New Issue
Block a user