Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <div class="clearfix" ng-controller="Controller">
  2.  
  3. <h1>Active Ideas
  4. <button type="button" ng-click="search()">get Ideas</button></h1>
  5. <hr>
  6.  
  7. function Controller($scope, $http) {
  8. $scope.search = function(){...
  9.  
  10. $scope.$on('$viewContentLoaded', function() {
  11.  
  12. function Controller($scope, $http) {
  13. $scope.search = function(){...};
  14. $scope.search();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement