Last active
August 29, 2015 13:57
-
-
Save lega911/9646274 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alight.directives.al.submit2 = function() { | |
var dir = alight.directives.al.submit.apply(null, arguments); // Создаем родительскую директиву | |
dir.doCallback = function(e) { // Подменяем метод обновления модели | |
self.callback(); | |
scope.$scan(); | |
return true; | |
}; | |
return dir; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment