Last active
August 29, 2015 14:07
-
-
Save aron/fe6e4ecfe33e64f8bdc9 to your computer and use it in GitHub Desktop.
hell.coffee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
session[form.$name] $scope.model, success, | |
angular.bind(this, failure, form) | |
.$promise.finally -> $scope.$broadcast 'formState', form.$name, '' | |
app = $('<iframe></iframe>') | |
.attr('name', 'hyp_sidebar_frame') | |
.attr('seamless', '') | |
.attr('src',) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment