Monday, 13 February 2017

Error: ngModel:nonassign
Non-Assignable Expression
Expression '' is non-assignable. Element: <select ng-model="" ng-options= 

Solution: 
    ng-model is cannot be null, pass variable names

Error: $compile:ctreq
Missing Required Controller

Controller 'ngModel', required by directive 'ngOptions', can't be found!

 
 
Solution: 
   You must declare ng-model is equal to Null value or any variable, in your select tag

Thursday, 9 February 2017

Error: $compile:tpload
Error Loading Template



Solution:

   This error is because you are requesting an external file and you are not under any server. So you need to run this code under one of the servers such as Xampp(Apache Server), IIS etc..