AngularJS not working in my SharePoint Production Server (https)

33 views
Skip to first unread message

Koteswara Rao J

unread,
Jul 1, 2015, 1:41:02 AM7/1/15
to ang...@googlegroups.com
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

Alain Chautard

unread,
Jul 2, 2015, 12:39:28 PM7/2/15
to ang...@googlegroups.com
How come the ng-app name is empty? Could that be what's wrong with your code?
Reply all
Reply to author
Forward
0 new messages