Hi Everyone, I'm new to use of AngularJS in SharePoint server 2013. I have written some small code snippet. It is not working my page. below is my code:
<script type="text/javascript" src= "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script> <div data-ng-app=" "> Name: <input type="text" data-ng-model="firstname" placeholder="Enter First Name"> Bind option: Name: <span data-ng-bind="firstname"></span> Expression: Name: {{firstname}} </div> But the same code snippet is working fine in Dev server (http) Can any one help me out from this issue. Thanks, Koteswara Rao. J -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
