diff --git a/config/build.config.js b/config/build.config.js index 2bfc9be9472..c27f8c9ea68 100644 --- a/config/build.config.js +++ b/config/build.config.js @@ -3,7 +3,7 @@ var fs = require('fs'); var versionFile = __dirname + '/../dist/commit'; module.exports = { - ngVersion: '1.4.3', + ngVersion: '1.4.4', version: pkg.version, repository: pkg.repository.url .replace(/^git/,'https') diff --git a/src/components/menu/_menu.js b/src/components/menu/_menu.js index d1b88972daf..b7deea52adc 100644 --- a/src/components/menu/_menu.js +++ b/src/components/menu/_menu.js @@ -135,7 +135,7 @@ angular.module('material.components.menu', [ * */ -function MenuDirective($mdMenu) { +function MenuDirective() { var INVALID_PREFIX = 'Invalid HTML for md-menu: '; return { restrict: 'E', diff --git a/src/core/style/mixins.scss b/src/core/style/mixins.scss index 1ffaf79c064..10e46f84357 100644 --- a/src/core/style/mixins.scss +++ b/src/core/style/mixins.scss @@ -101,7 +101,7 @@ } -/* mixin definition ; sets LTR and RTL within the same style call */ +// mixin definition ; sets LTR and RTL within the same style call @mixin rtl($prop, $value, $rtl-value) { #{$prop}: $value; html[dir=rtl] & { @@ -109,9 +109,7 @@ } } -/** - * Position a FAB button. - */ +// Position a FAB button. @mixin fab-position($spot, $top: auto, $right: auto, $bottom: auto, $left: auto) { &.md-fab-#{$spot} { top: $top;