Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
feature(core): Add ngAnimate detection and add to Mac automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianlee44 committed Nov 13, 2013
1 parent 5823b7b commit be1ddb1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
angular.module "Mac", ["Mac.Util"]
modules = ["Mac.Util"]
try
angular.module("ngAnimate")
modules.push "ngAnimate"
angular.module "Mac", modules

###
@chalk overview
Expand Down

0 comments on commit be1ddb1

Please sign in to comment.