koundinya
Member since Jun 19, 2014
- Profile: /members/12030-koundinya.htm
- Comments: 1
Recent Blog Comments By koundinya
-
Don't Forget To Cancel $timeout Timers In Your $destroy Events In AngularJS
Posted on Jun 19, 2014 at 6:11 AM
Hi, i am trying ng-switch to show a div and hide another on same condition. in my controller i write the following code $scope.currentView = 'view1'; $scope.loadView = function (viewName) { $scope.currentView = 'view2'; }; My problem is ... read more »