Skip to content

Commit

Permalink
added remote validation interceptors to an isolated scope variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Oct 6, 2014
1 parent 95b0c61 commit b5a04b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ngRemoteValidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
return {
restrict: 'A',
require: [ '^form','ngModel' ],
scope: {
ngRemoteInterceptors: '=?'
},
link: function( scope, el, attrs, ctrls ) {
var cache = {},
handleChange,
Expand Down

0 comments on commit b5a04b7

Please sign in to comment.