Skip to content

Commit

Permalink
fix: fix 'undefined is not a function' error from angular-animate
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown committed May 31, 2014
1 parent fc0fbac commit 022f8a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/famous-angular.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* famous-angular - Integrate Famo.us into AngularJS apps and build Famo.us apps using AngularJS tools
* @version v0.0.12
* @version v0.0.13
* @link https:/Famous/famous-angular
* @license
*/
Expand Down
3 changes: 2 additions & 1 deletion dist/famous-angular.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* famous-angular - Integrate Famo.us into AngularJS apps and build Famo.us apps using AngularJS tools
* @version v0.0.12
* @version v0.0.13
* @link https:/Famous/famous-angular
* @license
*/
Expand Down Expand Up @@ -1578,6 +1578,7 @@ angular.module('famous.angular')
// 2. The element is an fa-element with an in-scope isolate
// 3. The isolate's renderNode is some kind of Surface
return {
enabled: $delegate.enabled,
enter: $delegate.enter,
leave: $delegate.leave,
move: $delegate.move,
Expand Down
2 changes: 1 addition & 1 deletion dist/famous-angular.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/famous-angular.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/scripts/directives/fa-surface.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ angular.module('famous.angular')
// 2. The element is an fa-element with an in-scope isolate
// 3. The isolate's renderNode is some kind of Surface
return {
enabled: $delegate.enabled,
enter: $delegate.enter,
leave: $delegate.leave,
move: $delegate.move,
Expand Down

0 comments on commit 022f8a7

Please sign in to comment.