Skip to content

Commit

Permalink
Adds externs for Angular Material's $mdMenu service, and $mdMenu.hide…
Browse files Browse the repository at this point in the history
… function.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=115730245
  • Loading branch information
yingdou authored and blickly committed Feb 29, 2016
1 parent 656a83f commit aee5978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/externs/angular-material.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ md.$mdMenu = function() {};
* @param {*=} opt_options
* @return {!angular.$q.Promise}
*/
md.$mdMenu.hide = function(opt_reason, opt_options) {};
md.$mdMenu.prototype.hide = function(opt_reason, opt_options) {};

/******************************************************************************
* $mdDateLocaleProvider
Expand Down

0 comments on commit aee5978

Please sign in to comment.