Skip to content

Commit

Permalink
1.3: ng-hint - removed bind to title in index. bad binding
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Nov 13, 2014
1 parent 8465074 commit dde3e7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ng-1.3 playground/src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<title data-ng-bind="title"></title>
<title>Angular 1.3 Playground</title>
<style>
/* This helps the ng-show/ng-hide animations start at the right place. */
/* Since Angular has this but needs to load, this gives us the class early. */
Expand Down Expand Up @@ -49,6 +49,7 @@
<script src="/bower_components/toastr/toastr.js"></script>
<script src="/bower_components/moment/moment.js"></script>
<script src="/bower_components/extras.angular.plus/ngplus-overlay.js"></script>
<script src="/node_modules/angular-hint/dist/hint.js"></script>
<!-- endinject -->

<!-- inject:js -->
Expand Down

0 comments on commit dde3e7c

Please sign in to comment.