TG-119 : add angular-material-icons library
This commit is contained in:
parent
7d366097ba
commit
317efd7790
@ -9,6 +9,7 @@
|
||||
<!-- build:css(.) styles/vendor.css -->
|
||||
<!-- bower:css -->
|
||||
<link rel="stylesheet" href="bower_components/angular-material/angular-material.css" />
|
||||
<link rel="stylesheet" href="bower_components/angular-material-icons/angular-material-icons.css" />
|
||||
<!-- endbower -->
|
||||
<!-- endbuild -->
|
||||
<!-- build:css(.tmp) styles/main.css -->
|
||||
@ -44,6 +45,7 @@
|
||||
<script src="bower_components/angular-messages/angular-messages.js"></script>
|
||||
<script src="bower_components/angular-material/angular-material.js"></script>
|
||||
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
|
||||
<script src="bower_components/angular-material-icons/angular-material-icons.min.js"></script>
|
||||
<!-- endbower -->
|
||||
<!-- endbuild -->
|
||||
|
||||
|
@ -13,7 +13,8 @@ var app = angular.module('clientApp', [
|
||||
'ngCookies',
|
||||
'ngSanitize',
|
||||
'ngMaterial',
|
||||
'ui.router'
|
||||
'ui.router',
|
||||
'ngMdIcons'
|
||||
]);
|
||||
|
||||
app.config(function ($stateProvider, $urlRouterProvider) {
|
||||
|
@ -7,7 +7,8 @@
|
||||
"angular-cookies": "^1.4.0",
|
||||
"angular-sanitize": "^1.4.0",
|
||||
"angular-material": "^1.1.3",
|
||||
"angular-ui-router": "^0.4.2"
|
||||
"angular-ui-router": "^0.4.2",
|
||||
"angular-material-icons": "^0.7.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "^1.4.0"
|
||||
|
@ -28,6 +28,7 @@ module.exports = function(config) {
|
||||
'bower_components/angular-messages/angular-messages.js',
|
||||
'bower_components/angular-material/angular-material.js',
|
||||
'bower_components/angular-ui-router/release/angular-ui-router.js',
|
||||
'bower_components/angular-material-icons/angular-material-icons.min.js',
|
||||
'bower_components/angular-mocks/angular-mocks.js',
|
||||
// endbower
|
||||
'app/scripts/**/*.js',
|
||||
|
Reference in New Issue
Block a user