Skip to content

Commit

Permalink
chore(main): add isDefined alias for angular.isDefined
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 13, 2014
1 parent 636ca94 commit 07da4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/angular/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var IonicModule = angular.module('ionic', ['ngAnimate', 'ngSanitize', 'ui.router']),
extend = angular.extend,
forEach = angular.forEach,
isDefined = angular.isDefined,
isString = angular.isString,
jqLite = angular.element;

0 comments on commit 07da4ce

Please sign in to comment.