Skip to content

Instantly share code, notes, and snippets.

@artyomtrityak
Created May 25, 2014 09:42
Show Gist options
  • Select an option

  • Save artyomtrityak/4102da07b46ce9873f7d to your computer and use it in GitHub Desktop.

Select an option

Save artyomtrityak/4102da07b46ce9873f7d to your computer and use it in GitHub Desktop.
<div ng-controller="CalendarController">
<!-- repeat etc -->
<div>Event {{name}}</div>
...
<button value="Add New Event" ng-controller="EventsController" ng-click="AddEvent()">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment