¡@

Home 

javascript Programming Glossary: scope.initial

Reset a model with angular.js

http://stackoverflow.com/questions/13085024/reset-a-model-with-angular-js

with angular.js I'm simply try to reset values like this scope.initial data1 10 data2 20 scope.datas scope.initial scope.reset function.. like this scope.initial data1 10 data2 20 scope.datas scope.initial scope.reset function scope.datas scope.initial But it doesn't.. scope.datas scope.initial scope.reset function scope.datas scope.initial But it doesn't produce anything any idea to fix it There is..