Skip to content

Commit

Permalink
Update md.$dialog.options to match the docs on github.
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=134126336
  • Loading branch information
lozanol authored and blickly committed Sep 23, 2016
1 parent 1bb9cbe commit 04e42cb
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions contrib/externs/angular-material.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,18 @@ md.$dialog = function() {};
* @typedef {{
* templateUrl: (string|undefined),
* template: (string|undefined),
* autoWrap: (boolean|undefined),
* targetEvent: (Object|undefined),
* openFrom: (string|Element|undefined),
* closeTo: (boolean|undefined),
* scope: (!angular.Scope|undefined),
* preserveScope: (boolean|undefined),
* disableParentScroll: (boolean|undefined),
* hasBackdrop: (boolean|undefined),
* clickOutsideToClose: (boolean|undefined),
* escapeToClose: (boolean|undefined),
* focusOnOpen: (boolean|undefined),
* controller: (Function|string|undefined),
* locals: (Object|undefined),
* bindToController: (boolean|undefined),
* resolve: (Object|undefined),
* controllerAs: (string|undefined),
* parent: (angular.JQLite|Element|undefined),
* onShowing: (Function|undefined),
* onComplete: (Function|undefined),
* onRemoving: (Function|undefined),
* fullscreen: (boolean|undefined),
* onRemoving: (Function|undefined)
* }}
*/
md.$dialog.options;
Expand Down

0 comments on commit 04e42cb

Please sign in to comment.