Items 1-12 out of 19652 displayed
Change following line of code from
$(this).find('form2').reset();
to
$(this).find('#form2').reset();
...
You can try this in your controller :
$scope.$on('$locationChangeStart', function(event) {
//your code here
});
You can use an event handler on an XMLHttpRequest's onreadystatechange
to make sure the request...
I've updated your fiddle here: http://jsfiddle.net/KwayW/1/
It works now as expected.
Here's the full code (save this as...
Chrome and Firefox support import
and export
syntax (there exists tests for