How come the ng-app name is empty? Could that be what's wrong with your code?
On Tuesday, June 30, 2015 at 10:41:02 PM UTC-7, Koteswara Rao J wrote: > > 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.
